Wrong commit message: Revert second "HDDS-2143. Rename classes under package org.apache.hadoop.utils"
This reverts commit 111b08a330
.
This commit is contained in:
parent
111b08a330
commit
c28e731156
|
@ -54,19 +54,6 @@ public final class OMNodeDetails {
|
|||
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.
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue