Revision 42488 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/featureset/FilteredIterator.java

View differences:

FilteredIterator.java
98 98
		return this.iterator;
99 99
	}
100 100

  
101
        @Override
101 102
	public boolean hasNext() {
103
                if( fset == null ) {
104
                    return false;
105
                }
102 106
		fset.checkSourceStoreModified();
103 107
		if (nextChecked) {
104 108
			return this.current != null;

Also available in: Unified diff