Skip to content

Commit

Permalink
Switch to package-private
Browse files Browse the repository at this point in the history
Signed-off-by: Craig Perkins <cwperx@amazon.com>
  • Loading branch information
cwperks committed Jan 21, 2025
1 parent dfcc031 commit d7fd6c5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ public GuiceHolder(final LockService lockService) {
GuiceHolder.lockService = lockService;
}

public static LockService getLockService() {
static LockService getLockService() {
return lockService;
}

Expand Down

0 comments on commit d7fd6c5

Please sign in to comment.