rich7420 commented on code in PR #9521:
URL: https://github.com/apache/ozone/pull/9521#discussion_r2629572500


##########
hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/om/snapshot/ReferenceCounted.java:
##########
@@ -24,7 +24,7 @@
 /**
  * Add reference counter to an object instance.
  */
-class ReferenceCounted<T> {
+public class ReferenceCounted<T> {

Review Comment:
   I change to public cuz ci test error. I'll try to figure out the solution to 
keep it private.



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