Revision 9642 org.gvsig.raster.wms/trunk/org.gvsig.raster.wms/org.gvsig.raster.wms.io/src/main/java/org/gvsig/raster/wms/io/WMSServerExplorer.java

View differences:

WMSServerExplorer.java
111 111
		return null;
112 112
	}
113 113

  
114
	public List<?> getDataStoreProviderNames() {
114
	public List<String> getDataStoreProviderNames() {
115 115
		return null;
116 116
	}
117 117

  
......
119 119
		return (WMSServerExplorerParameters) super.getParameters();
120 120
	}
121 121

  
122
	public List<?> list() throws DataException {
122
	public List<DataStoreParameters> list() throws DataException {
123 123
		return null;
124 124
	}
125 125

  
126
	public List<?> list(int mode) throws DataException {
126
	public List<DataStoreParameters> list(int mode) throws DataException {
127 127
		return null;
128 128
	}
129 129

  

Also available in: Unified diff