Revision 46672 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
1037 1037
    }
1038 1038

  
1039 1039
    @Override
1040
    public FeatureSelection getFeatureSelectionQuietly() {
1041
        try {
1042
            return this.getFeatureSelection();
1043
        } catch (DataException ex) {
1044
            return FeatureSelection.EMTPY_FEATURE_SELECTION;
1045
        }
1046
    }
1047
    
1048
    
1049

  
1050
    @Override
1040 1051
    public boolean isFeatureSelectionEmpty() {
1041 1052
        if( selection == null ) {
1042 1053
            return true;

Also available in: Unified diff