Skip to content

Commit

Permalink
Fix SharedOpenArchivePathTree.open() to go through acquiring process
Browse files Browse the repository at this point in the history
  • Loading branch information
aloubyansky committed May 23, 2024
1 parent a18c9d7 commit 137798b
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,11 @@ private boolean acquire() {
return result;
}

@Override
public OpenPathTree open() {
return SharedArchivePathTree.this.open();
}

@Override
public void close() throws IOException {
writeLock().lock();
Expand Down

0 comments on commit 137798b

Please sign in to comment.