Revision 27637 trunk/libraries/libFMap/src/com/iver/cit/gvsig/fmap/selection/SelectionIterator.java

View differences:

SelectionIterator.java
64 64
		}
65 65
		usedNext = true;
66 66
		try {
67
			return ds.getRow(currBit);	
67
			ds.start();
68
			Value[] result = ds.getRow(currBit);
69
			ds.stop();
70
			return result;
68 71
		} catch (ReadDriverException e) {
69 72
			NoSuchElementException e1 = new NoSuchElementException();
70 73
			e1.initCause(e);

Also available in: Unified diff