Skip to content

Commit

Permalink
Return lockService from createComponents
Browse files Browse the repository at this point in the history
Signed-off-by: Craig Perkins <cwperx@amazon.com>
  • Loading branch information
cwperks committed Aug 27, 2024
1 parent 021fea5 commit 4d31fe4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ public Collection<Object> createComponents(
clusterService.addListener(this.sweeper);
clusterService.addLifecycleListener(this.sweeper);

return Collections.emptyList();
return List.of(this.lockService);
}

@Override
Expand Down

0 comments on commit 4d31fe4

Please sign in to comment.