Skip to content

Commit

Permalink
fix assemble
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanBratanov committed Apr 12, 2024
1 parent c5c33e5 commit d78ce79
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,7 @@ private synchronized void switchToFailoverEventStreamIfAvailable() {
findReadyFailoverAndSwitch();
}

@SuppressWarnings("FutureReturnValueIgnored")
private void findReadyFailoverAndSwitch() {
failoverBeaconNodeApis.stream()
.filter(beaconNodeReadinessManager::isReady)
Expand Down

0 comments on commit d78ce79

Please sign in to comment.