Skip to content

Commit

Permalink
Merge pull request quarkusio#40811 from aloubyansky/shared-open-path-…
Browse files Browse the repository at this point in the history
…tree-acquire
  • Loading branch information
aloubyansky authored May 28, 2024
2 parents 22ec638 + 137798b commit 8dbab8b
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 8dbab8b

Please sign in to comment.