Revision 14007 branches/v10/extensions/extOracleSpatial/src/es/prodevelop/cit/gvsig/jdbc_spatial/gui/jdbcwizard/WizardJDBC.java

View differences:

WizardJDBC.java
201 201
     */
202 202
    public VectorialJDBCDriver getDriverFromName(String drvname)
203 203
        throws DriverLoadException {
204
        VectorialJDBCDriver resp = (VectorialJDBCDriver) LayerFactory.getDM()
205
                                                                     .getDriver(drvname);
206

  
204
        VectorialJDBCDriver resp =
205
        	(VectorialJDBCDriver) LayerFactory.getDM().getDriver(drvname);
207 206
        return resp;
208 207
    }
209 208

  

Also available in: Unified diff