smengcl commented on code in PR #4573:
URL: https://github.com/apache/ozone/pull/4573#discussion_r1195865534
##########
hadoop-ozone/common/src/main/java/org/apache/hadoop/ozone/om/protocolPB/OzoneManagerProtocolClientSideTranslatorPB.java:
##########
@@ -607,16 +607,20 @@ public boolean setBucketOwner(OmBucketArgs args)
* @param startKey
* @param prefix
* @param count
+ * @param hasSnapshot
* @return
* @throws IOException
*/
@Override
public List<OmBucketInfo> listBuckets(String volumeName,
Review Comment:
Let's fix its javadoc as well. Use:
```
/**
* {@inheritDoc}
*/
```
--
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]