mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-10-27 23:23:07 +00:00
Connection should not throw any exceptions for setConfiguration().
This commit is contained in:
@@ -82,8 +82,7 @@ public interface Connection {
|
|||||||
* @param config The GuacamoleConfiguration to associate with this
|
* @param config The GuacamoleConfiguration to associate with this
|
||||||
* Connection.
|
* Connection.
|
||||||
*/
|
*/
|
||||||
public void setConfiguration(GuacamoleConfiguration config)
|
public void setConfiguration(GuacamoleConfiguration config);
|
||||||
throws GuacamoleException;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Establishes a connection to guacd using the GuacamoleConfiguration
|
* Establishes a connection to guacd using the GuacamoleConfiguration
|
||||||
|
|||||||
Reference in New Issue
Block a user