Ticket #269: Connection.setConfiguration should not throw exceptions.

This commit is contained in:
James Muehlner
2013-02-20 22:20:19 -08:00
parent df50454f15
commit 253636bb4f

View File

@@ -136,7 +136,7 @@ public class MySQLConnection implements Connection {
} }
@Override @Override
public void setConfiguration(GuacamoleConfiguration config) throws GuacamoleException { public void setConfiguration(GuacamoleConfiguration config) {
this.configuration = config; this.configuration = config;
} }