mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 05:07: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
|
||||
public void setConfiguration(GuacamoleConfiguration config) throws GuacamoleException {
|
||||
public void setConfiguration(GuacamoleConfiguration config) {
|
||||
this.configuration = config;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user