Skip to content

Commit

Permalink
Update zookeeper-server/src/main/java/org/apache/zookeeper/server/Dat…
Browse files Browse the repository at this point in the history
…aTree.java
  • Loading branch information
tisonkun authored Sep 23, 2023
1 parent 02e7ae8 commit 8e1e1c4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1964,7 +1964,7 @@ public static StatPersisted createStat(long zxid, long time, long ephemeralOwner
}

// for test only
public static StatPersisted createStat(int version) {
static StatPersisted createStat(int version) {
StatPersisted stat = new StatPersisted();
stat.setCtime(0);
stat.setMtime(0);
Expand Down

0 comments on commit 8e1e1c4

Please sign in to comment.