PolygonExtracterFilter(ArrayList comps) { this._comps = _comps; }
should be this._comps = comps
sojourn12001@mail.ru
Log in to post a comment.