Revision 6323 trunk/libraries/libGDBMS/src/main/java/com/hardcode/gdbms/engine/data/AutomaticDataSource.java

View differences:

AutomaticDataSource.java
328 328
		return ds.getDriver();
329 329
	}
330 330

  
331
	public void reload() throws DriverException {
331
	public void reload() throws DriverException, IOException {
332 332
		this.stop();
333 333
		ds.reload();
334 334
	}

Also available in: Unified diff