Skip to content

Commit

Permalink
Return lockService from createComponents (#670)
Browse files Browse the repository at this point in the history
Signed-off-by: Craig Perkins <[email protected]>
  • Loading branch information
cwperks authored Sep 4, 2024
1 parent 2332238 commit 5bbe395
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 5bbe395

Please sign in to comment.