Skip to content

Commit

Permalink
Made it compile
Browse files Browse the repository at this point in the history
  • Loading branch information
mihxil committed Nov 29, 2024
1 parent aec6154 commit afd76fd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ public static <K extends Serializable> LockHolderCloser<Serializable> acquireLoc


@SuppressWarnings("SynchronizationOnLocalVariableOrMethodParameter")
private static <K extends Serializable> LockHolderCloser<K> acquireLock(
public static <K extends Serializable> LockHolderCloser<K> acquireLock(
final K key,
final @NonNull String reason,
final @NonNull Map<K, LockHolder<K>> locks,
Expand Down

0 comments on commit afd76fd

Please sign in to comment.