mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +00:00
Ticket #269: Connection.setConfiguration should not throw exceptions.
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user