Revision 44440

View differences:

trunk/org.gvsig.desktop/org.gvsig.desktop.compat.cdc/org.gvsig.fmap.dal/org.gvsig.fmap.dal.spi/src/main/java/org/gvsig/fmap/dal/feature/spi/AbstractFeatureStoreProvider.java
491 491
        
492 492
        @Override
493 493
        public ResourcesStorage getResourcesStorage() {
494
            return ResourcesStorage.EMPTY_RESOURCESSTORAGE;
494
            return null;
495 495
        }
496 496

  
497 497
	/**
trunk/org.gvsig.desktop/org.gvsig.desktop.compat.cdc/org.gvsig.fmap.dal/org.gvsig.fmap.dal.spi/src/main/java/org/gvsig/fmap/dal/spi/DataStoreProvider.java
61 61

  
62 62
        public StoresRepository getStoresRepository();
63 63
        
64
        /**
65
         * Returns the resource store associated with this provider. 
66
         * If one does not exist, it will return null.
67
         * 
68
         * @return the ResourcesStorage or null.
69
         */
64 70
        public ResourcesStorage getResourcesStorage();
65 71
	/**
66 72
	 * Create a {@link DataServerExplorer} from the same source that this store.

Also available in: Unified diff