GUACAMOLE-540: Fix spaces that get added by IDE

This commit is contained in:
Nick Couchman
2018-06-16 08:07:33 -04:00
parent fb1efec056
commit 0b77782391

View File

@@ -227,7 +227,7 @@ public class Credentials implements Serializable {
public String getRemoteAddress() { public String getRemoteAddress() {
return remoteAddress; return remoteAddress;
} }
/** /**
* Sets the address of the client end of the connection which provided * Sets the address of the client end of the connection which provided
* these credentials. * these credentials.
@@ -253,7 +253,7 @@ public class Credentials implements Serializable {
public String getRemoteHostname() { public String getRemoteHostname() {
return remoteHostname; return remoteHostname;
} }
/** /**
* Sets the hostname of the client end of the connection which provided * Sets the hostname of the client end of the connection which provided
* these credentials, if known. If the hostname of the client cannot be * these credentials, if known. If the hostname of the client cannot be