Revision 9640

View differences:

org.gvsig.raster.multifile/trunk/org.gvsig.raster.multifile/org.gvsig.raster.multifile.io/src/main/java/org/gvsig/raster/multifile/io/MultiFileServerExplorer.java
71 71
		return MultiFileProvider.DESCRIPTION;
72 72
	}
73 73

  
74
	public List<?> getDataStoreProviderNames() {
74
	public List<String> getDataStoreProviderNames() {
75 75
		return null;
76 76
	}
77 77

  
......
101 101
		return null;
102 102
	}
103 103

  
104
	public List<?> list() throws DataException {
104
	public List<DataStoreParameters> list() throws DataException {
105 105
		return null;
106 106
	}
107 107

  
108
	public List<?> list(int mode) throws DataException {
108
	public List<DataStoreParameters> list(int mode) throws DataException {
109 109
		return null;
110 110
	}
111 111

  

Also available in: Unified diff