Skip to content

Commit

Permalink
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 d7fd6c5 commit 6c1d855
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ public void onNodeStarted(DiscoveryNode localNode) {
.initialize(this.clusterService, this.datasourceUpdateService, this.ip2GeoExecutor, this.datasourceDao, this.ip2GeoLockService);
}

public static class GuiceHolder implements LifecycleComponent {
static class GuiceHolder implements LifecycleComponent {

private static LockService lockService;

Expand Down

0 comments on commit 6c1d855

Please sign in to comment.