aswinshakil commented on code in PR #3910:
URL: https://github.com/apache/ozone/pull/3910#discussion_r1009805668
##########
hadoop-hdds/tools/src/main/java/org/apache/hadoop/hdds/scm/cli/ContainerOperationClient.java:
##########
@@ -259,18 +203,6 @@ public ContainerWithPipeline
createContainer(HddsProtos.ReplicationType type,
}
}
- /**
Review Comment:
Instead of removing it why not inherit docs from the interface? Something
like this,
```
/**
* {@inheritDoc}
*/
```
Same comment for the other changes as well.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]