mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-10 07:01:21 +00:00
Removed trailing whitespace.
This commit is contained in:
@@ -100,7 +100,7 @@ public class ConfiguredGuacamoleSocket implements GuacamoleSocket {
|
||||
args[i] = value;
|
||||
else
|
||||
args[i] = "";
|
||||
|
||||
|
||||
}
|
||||
|
||||
// Send args
|
||||
@@ -111,7 +111,7 @@ public class ConfiguredGuacamoleSocket implements GuacamoleSocket {
|
||||
/**
|
||||
* Returns the GuacamoleConfiguration used to configure this
|
||||
* ConfiguredGuacamoleSocket.
|
||||
*
|
||||
*
|
||||
* @return The GuacamoleConfiguration used to configure this
|
||||
* ConfiguredGuacamoleSocket.
|
||||
*/
|
||||
|
@@ -49,7 +49,7 @@ import java.util.HashMap;
|
||||
public class GuacamoleConfiguration implements Serializable {
|
||||
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
|
||||
private String protocol;
|
||||
private HashMap<String, String> parameters = new HashMap<String, String>();
|
||||
|
||||
|
Reference in New Issue
Block a user