Spelling fix!
This commit is contained in:
@@ -116,7 +116,7 @@ public class NodeRecord extends PersistentRecord
|
|||||||
*/
|
*/
|
||||||
public String getPeerHostName (String region)
|
public String getPeerHostName (String region)
|
||||||
{
|
{
|
||||||
return (ALWAYS_CONNECT_ON_INTERNAL || Objects.equal(this.region, region))
|
return (ALWAYS_CONNECT_INTERNAL || Objects.equal(this.region, region))
|
||||||
? hostName
|
? hostName
|
||||||
: publicHostName;
|
: publicHostName;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user