Skip to content

Commit

Permalink
Update core/src/main/java/org/apache/accumulo/core/lock/ServiceLock.java
Browse files Browse the repository at this point in the history
Co-authored-by: Christopher Tubbs <[email protected]>
  • Loading branch information
dlmarion and ctubbsii authored Jan 24, 2025
1 parent 919bca2 commit 61058db
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -672,7 +672,7 @@ public static Optional<ServiceLockData> getLockData(ZooSession zk, ServiceLockPa
}

public static Optional<ServiceLockData> getLockData(
org.apache.accumulo.core.zookeeper.ZooCache zc, ServiceLockPath path, ZcStat stat) {
ZooCache zc, ServiceLockPath path, ZcStat stat) {

List<String> children = validateAndSort(path, zc.getChildren(path.toString()));

Expand Down

0 comments on commit 61058db

Please sign in to comment.