sodonnel commented on code in PR #6385:
URL: https://github.com/apache/ozone/pull/6385#discussion_r1592710099
##########
hadoop-ozone/client/src/main/java/org/apache/hadoop/ozone/client/OzoneKey.java:
##########
@@ -74,11 +74,18 @@ public class OzoneKey {
* Constructs OzoneKey from OmKeyInfo.
*
*/
Review Comment:
I think this belongs to the static method at the bottom of the class
definition:
```
public static OzoneKey fromKeyInfo(OmKeyInfo keyInfo)
```
I have moved it there.
--
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]