Revision 9641 org.gvsig.raster.wmts/trunk/org.gvsig.raster.wmts/org.gvsig.raster.wmts.io/src/main/java/org/gvsig/raster/wmts/io/WMTSServerExplorer.java

View differences:

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

  
104
	public List<?> getDataStoreProviderNames() {
104
	public List<String> getDataStoreProviderNames() {
105 105
		return null;
106 106
	}
107 107

  
......
109 109
		return (WMTSServerExplorerParameters) super.getParameters();
110 110
	}
111 111

  
112
	public List<?> list() throws DataException {
112
	public List<DataStoreParameters> list() throws DataException {
113 113
		return null;
114 114
	}
115 115

  
116
	public List<?> list(int mode) throws DataException {
116
	public List<DataStoreParameters> list(int mode) throws DataException {
117 117
		return null;
118 118
	}
119 119

  

Also available in: Unified diff