Skip to content

Commit

Permalink
Return lockService from createComponents (#670) (#672)
Browse files Browse the repository at this point in the history
(cherry picked from commit 5bbe395)

Signed-off-by: Craig Perkins <cwperx@amazon.com>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
1 parent ddd882f commit 33f33c5
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 33f33c5

Please sign in to comment.