Revision 33205 branches/v2_0_0_prep/libraries/libFMap_dal/src/org/gvsig/fmap/dal/feature/impl/DefaultFeatureSelection.java

View differences:

DefaultFeatureSelection.java
34 34

  
35 35
import org.gvsig.fmap.dal.DataStoreNotification;
36 36
import org.gvsig.fmap.dal.exception.DataException;
37
import org.gvsig.fmap.dal.feature.DisposableIterator;
38 37
import org.gvsig.fmap.dal.feature.EditableFeature;
39 38
import org.gvsig.fmap.dal.feature.Feature;
40 39
import org.gvsig.fmap.dal.feature.FeatureReference;
......
44 43
import org.gvsig.fmap.dal.feature.FeatureType;
45 44
import org.gvsig.fmap.dal.feature.exception.ReversedSelectionIteratorException;
46 45
import org.gvsig.tools.ToolsLocator;
46
import org.gvsig.tools.dispose.DisposableIterator;
47 47
import org.gvsig.tools.dynobject.DynStruct;
48 48
import org.gvsig.tools.exception.BaseException;
49 49
import org.gvsig.tools.persistence.PersistenceManager;

Also available in: Unified diff