mirror of
https://github.com/tiennm99/zfoo.git
synced 2026-08-11 04:23:59 +00:00
perf[host]: Unify the to String method of HostAndPort
This commit is contained in:
@@ -112,6 +112,6 @@ public class HostAndPort {
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
return StringUtils.format("[{}]", toHostAndPortStr());
|
||||
return toHostAndPortStr();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user