Revision 46104 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

View differences:

DefaultFeatureStore.java
2380 2380
            throw new RuntimeException("Can't create the list of features.", ex);
2381 2381
        }
2382 2382
    }
2383

  
2383
	
2384 2384
    @Override
2385 2385
    public List<Feature> getFeatures() {
2386 2386
        return this.getFeatures(null, 0);

Also available in: Unified diff