Skip to content

Commit

Permalink
remove redundant type
Browse files Browse the repository at this point in the history
  • Loading branch information
andreidan committed Dec 4, 2023
1 parent ef39f2e commit fb99152
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ public void triggered(SchedulerEngine.Event event) {
event.getTriggeredTime()
);
run(clusterService.state());
dslHealthInfoPublisher.publishDslErrorEntries(new ActionListener<AcknowledgedResponse>() {
dslHealthInfoPublisher.publishDslErrorEntries(new ActionListener<>() {
@Override
public void onResponse(AcknowledgedResponse acknowledgedResponse) {
assert acknowledgedResponse.isAcknowledged() : "updating the health info is always acknowledged";
Expand Down

0 comments on commit fb99152

Please sign in to comment.