@@ -382,7 +382,7 @@ public final class OzoneClientUtils {
if ((value == null) || value.isEmpty()) {
return Optional.absent();
}
- return Optional.of(HostAndPort.fromString(value).getHost());
+ return Optional.of(HostAndPort.fromString(value).getHostText());
/**