Skip to content

Commit

Permalink
fix lookup of FaultToleranceSpi when multiple implementations are pre…
Browse files Browse the repository at this point in the history
…sent
  • Loading branch information
Ladicek committed Apr 6, 2023
1 parent ac1c116 commit 8480d93
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ private static FaultToleranceSpi instantiateSpi() {
}
if (candidate.priority() > bestCandidatePriority) {
bestCandidate = candidate;
bestCandidatePriority = candidate.priority();
}
}

Expand Down

0 comments on commit 8480d93

Please sign in to comment.