Skip to content

Commit

Permalink
update.
Browse files Browse the repository at this point in the history
  • Loading branch information
aoli-al committed Jun 24, 2024
1 parent 95fe5d2 commit 10b9b7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/src/main/java/cmu/pasta/fray/runtime/Runtime.java
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public static long onLockTryLockInterruptibly(Lock l, long timeout, TimeUnit uni
return DELEGATE.onLockTryLockInterruptibly(l, timeout);
}

public void onLockTryLockInterruptiblyDone(Lock l) {
public static void onLockTryLockInterruptiblyDone(Lock l) {
DELEGATE.onLockTryLockInterruptiblyDone(l);
}

Expand Down

0 comments on commit 10b9b7f

Please sign in to comment.