mirror of
				https://github.com/gyurix1968/guacamole-client.git
				synced 2025-10-27 23:23:07 +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