Revision 343

View differences:

org.gvsig.vectorediting/trunk/org.gvsig.vectorediting/org.gvsig.vectorediting.lib/org.gvsig.vectorediting.lib.prov/org.gvsig.vectorediting.lib.prov.extendline/src/main/java/org/gvsig/vectorediting/lib/prov/extendline/ExtendLineEditingProvider.java
225 225
    }
226 226

  
227 227
    public void stop() throws StopServiceException {
228
        selection = null;
229 228
        linesToExtend = null;
230 229
    }
231 230

  
......
320 319
        throw new InvalidEntryException(null);
321 320
    }
322 321

  
323
    public FeatureSet getGeometryByBuffer(Geometry buffer) throws DataException {
322
    private FeatureSet getGeometryByBuffer(Geometry buffer) throws DataException {
324 323
        FeatureQuery queryByGeometry = featureStore.createFeatureQuery();
325 324

  
326 325
        // Get default SRS of default feature type
......
412 411
    }
413 412

  
414 413
    public void start() throws StartServiceException, InvalidEntryException {
415
        selection = null;
416 414
        linesToExtend = null;
417 415
        FeatureSelection selected = null;
418 416
        if (featureStore != null) {

Also available in: Unified diff