tisonkun commented on code in PR #2064:
URL: https://github.com/apache/zookeeper/pull/2064#discussion_r1334915069


##########
zookeeper-server/src/main/java/org/apache/zookeeper/server/DataTree.java:
##########
@@ -1962,4 +1962,18 @@ public static StatPersisted createStat(long zxid, long 
time, long ephemeralOwner
         stat.setEphemeralOwner(ephemeralOwner);
         return stat;
     }
+
+    // for test only
+    public static StatPersisted createStat(int version) {

Review Comment:
   ```suggestion
       static StatPersisted createStat(int version) {
   ```
   
   Let's narrow the scope as possible.



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

Reply via email to