Revision 23005

View differences:

branches/v2_0_0_prep/libraries/libFMap_data/src/org/gvsig/fmap/data/feature/AbstractFeatureIDIterator.java
77 77
	 * @see java.util.Iterator#hasNext()
78 78
	 */
79 79
	public boolean hasNext() {
80
		checkModified();
80 81
		return iter.hasNext();
81 82
	}
82 83

  

Also available in: Unified diff