Skip to content

Commit

Permalink
bytes -> bytesStore
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-lawrey committed May 20, 2024
1 parent d51b26a commit 0933ee7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,6 @@ public FileLock tryLock(boolean shared) throws IOException {
@Override
public void unmonitor() {
super.unmonitor();
Monitorable.unmonitor(bytes);
Monitorable.unmonitor(bytesStore);
}
}

0 comments on commit 0933ee7

Please sign in to comment.