Revision 4053 trunk/libraries/libFMap/src/com/iver/cit/gvsig/fmap/layers/SelectableDataSource.java

View differences:

SelectableDataSource.java
445 445
	}
446 446

  
447 447
    /**
448
     * @throws DriverException 
448 449
     * @see com.hardcode.gdbms.engine.data.DataSource#getDataWare(int)
449 450
     */
450
    public DataWare getDataWare(int arg0) {
451
    public DataWare getDataWare(int arg0) throws DriverException {
451 452
        return dataSource.getDataWare(arg0);
452 453
    }
453 454
}

Also available in: Unified diff