From 0b777823919ef07c270eb676e4edcefe3e4d2995 Mon Sep 17 00:00:00 2001 From: Nick Couchman Date: Sat, 16 Jun 2018 08:07:33 -0400 Subject: [PATCH] GUACAMOLE-540: Fix spaces that get added by IDE --- .../main/java/org/apache/guacamole/net/auth/Credentials.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/guacamole-ext/src/main/java/org/apache/guacamole/net/auth/Credentials.java b/guacamole-ext/src/main/java/org/apache/guacamole/net/auth/Credentials.java index 64f9571a7..3d89cbaac 100644 --- a/guacamole-ext/src/main/java/org/apache/guacamole/net/auth/Credentials.java +++ b/guacamole-ext/src/main/java/org/apache/guacamole/net/auth/Credentials.java @@ -227,7 +227,7 @@ public class Credentials implements Serializable { public String getRemoteAddress() { return remoteAddress; } - + /** * Sets the address of the client end of the connection which provided * these credentials. @@ -253,7 +253,7 @@ public class Credentials implements Serializable { public String getRemoteHostname() { return remoteHostname; } - + /** * Sets the hostname of the client end of the connection which provided * these credentials, if known. If the hostname of the client cannot be