Connection should not throw any exceptions for setConfiguration().

This commit is contained in:
Michael Jumper
2013-02-20 21:53:20 -08:00
parent e48630513d
commit 9d3224aaaa

View File

@@ -82,8 +82,7 @@ public interface Connection {
* @param config The GuacamoleConfiguration to associate with this
* Connection.
*/
public void setConfiguration(GuacamoleConfiguration config)
throws GuacamoleException;
public void setConfiguration(GuacamoleConfiguration config);
/**
* Establishes a connection to guacd using the GuacamoleConfiguration