Wrong commit message: Revert second "HDDS-2143. Rename classes under package org.apache.hadoop.utils"

This reverts commit 111b08a330.
This commit is contained in:
Márton Elek 2019-09-18 17:09:27 +02:00
parent 111b08a330
commit c28e731156
No known key found for this signature in database
GPG Key ID: D51EA8F00EE79B28

View File

@ -54,19 +54,6 @@ private OMNodeDetails(String serviceId, String nodeId,
this.httpsAddress = httpsAddress;
}
@Override
public String toString() {
return "OMNodeDetails["
+ "omServiceId=" + omServiceId +
", omNodeId=" + omNodeId +
", rpcAddress=" + rpcAddress +
", rpcPort=" + rpcPort +
", ratisPort=" + ratisPort +
", httpAddress=" + httpAddress +
", httpsAddress=" + httpsAddress +
"]";
}
/**
* Builder class for OMNodeDetails.
*/