Skip to content

Commit

Permalink
Make LockListener public
Browse files Browse the repository at this point in the history
  • Loading branch information
junkaixue committed Aug 12, 2024
1 parent 7ed0ef9 commit e1799b4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
* supposed to clean up the work done by the user and return the system to a stable state before
* releasing the lock.
*/
interface LockListener {
public interface LockListener {
/**
* call back called when the lock is preempted
*/
Expand Down

0 comments on commit e1799b4

Please sign in to comment.