mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 05:07:41 +00:00
GUACAMOLE-540: Fix spaces that get added by IDE
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user