Revision 43062

View differences:

trunk/org.gvsig.desktop/org.gvsig.desktop.compat.cdc/org.gvsig.fmap.dal/org.gvsig.fmap.dal.impl/src/main/java/org/gvsig/fmap/dal/feature/impl/DefaultFeatureStore.java
2261 2261
        }
2262 2262
        return new SQLBuilderBase();
2263 2263
    }
2264
 
2265

  
2266
    public FeatureSet features() throws DataException {
2267
        // This is to avoid jython to create a property with this name
2268
        // to access method getFeatures.
2269
        return this.getFeatureSet();
2270
    }
2264 2271
    
2265 2272
}

Also available in: Unified diff