Revision 2104

View differences:

org.gvsig.tools/library/trunk/org.gvsig.tools/org.gvsig.tools.lib/src/main/java/org/gvsig/tools/resourcesstorage/FilesResourcesStorage.java
124 124
        this.resourcesPaths.add(fullPathName);
125 125
    }
126 126

  
127
    public FilesResourcesStorage(List<String> fullPathNames) {
128
        this.resourcesPaths = new ArrayList<>();
129
        this.resourcesPaths.addAll(fullPathNames);
130
    }
131

  
127 132
    @Override
128 133
    public Resource getResource(String resourceName) {
129 134
        File fres;

Also available in: Unified diff