Revision 44297 trunk/org.gvsig.desktop/org.gvsig.desktop.compat.cdc/org.gvsig.fmap.dal/org.gvsig.fmap.dal.api/src/main/java/org/gvsig/fmap/dal/feature/FeatureStore.java

View differences:

FeatureStore.java
46 46
import org.gvsig.tools.lang.Cloneable;
47 47
import org.gvsig.tools.observer.Observer;
48 48
import org.gvsig.tools.undo.UndoRedoStack;
49
import org.gvsig.tools.util.ResourcesStorage;
49
import org.gvsig.tools.resourcesstorage.ResourcesStorage;
50 50

  
51 51
/**
52 52
 * <p>
......
933 933
     */
934 934
    public long getPendingChangesCount();
935 935
    
936
    public ResourcesStorage getResourcesStorage();
937
    
938
    public StoresRepository getStoresRepository();
939

  
940 936
    public Feature getSampleFeature();
941 937
}

Also available in: Unified diff