Skip to content

Commit

Permalink
fix: sync locks 2
Browse files Browse the repository at this point in the history
  • Loading branch information
gb-cic committed Dec 19, 2023
1 parent 93cb9d7 commit 6e24542
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ private void init() {
integrity();
}

private static class Locks {
private static final class Locks {
public static final Object REMOVE_EDS_ENABLE = new Object();
public static final Object CONTROL_LOG_ENABLED = new Object();
public static final Object AUDIT_ENABLED = new Object();
Expand Down

0 comments on commit 6e24542

Please sign in to comment.