Revision 26601 tmp/trunk/cliente/WorkSpace_WPSClient/extWPSCallejero/src/es/logex/gvsig/fmap/drivers/wps/FMapWPSDriverFactory.java

View differences:

FMapWPSDriverFactory.java
8 8
import es.logex.gvsig.fmap.drivers.WPSException;
9 9

  
10 10
public class FMapWPSDriverFactory {
11
	@SuppressWarnings("unchecked")
11 12
	private static Hashtable drivers = new Hashtable();
12 13
	
13 14
	private FMapWPSDriverFactory() { }
......
20 21
	 * @throws IOException
21 22
	 * @throws WPSException
22 23
	 */
24
	@SuppressWarnings("unchecked")
23 25
	static public final FMapWPSDriver getFMapDriverForWPSOperation(URL operationsUrl) throws ConnectException, IOException, WPSException {
24 26
		//The driver cant be linked with one URL because it has the gml to load
25 27
			

Also available in: Unified diff