sadanand48 commented on code in PR #6238:
URL: https://github.com/apache/ozone/pull/6238#discussion_r1499590244


##########
hadoop-ozone/common/src/main/java/org/apache/hadoop/ozone/om/helpers/WithObjectID.java:
##########
@@ -22,34 +22,24 @@
 /**
  * Mixin class to handle ObjectID and UpdateID.
  */
-public class WithObjectID extends WithMetadata {
+public abstract class WithObjectID extends WithMetadata {

Review Comment:
   Any reason for marking these abstract? Is it because don't want to 
instantiate this.  If that is the case, WithParentObjectId is not marked 
abstract.



-- 
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]

Reply via email to