Revision 45288 branches/org.gvsig.desktop-cvsgis1/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/IndexFeatureSet.java

View differences:

IndexFeatureSet.java
166 166
		return featureReferences.getSize();
167 167
	}
168 168

  
169
	public boolean isEmpty() throws DataException {
169
	public boolean isEmpty() {
170 170
		return featureReferences.isEmpty();
171 171
	}
172 172

  

Also available in: Unified diff