echonesis commented on code in PR #9327:
URL: https://github.com/apache/ozone/pull/9327#discussion_r2544133720


##########
hadoop-ozone/common/src/main/java/org/apache/hadoop/ozone/om/helpers/WithObjectID.java:
##########
@@ -164,5 +167,10 @@ public long getObjectID() {
     public long getUpdateID() {
       return updateID;
     }
+
+    /** Hook method, customized in subclasses. */
+    public String getObjectInfo() {

Review Comment:
   Thanks @adoroszlai 
   I agree with you.
   Could I create a subtask under 
[HDDS-10519](https://issues.apache.org/jira/browse/HDDS-10519) since HDDS-13937 
has already been a sub-task?



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