We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd12157 commit 6a8de79Copy full SHA for 6a8de79
src/main/java/net/jodah/failsafe/FailsafeFuture.java
@@ -50,7 +50,7 @@ public synchronized boolean complete(T value) {
50
* handlers.
51
*/
52
@Override
53
- public boolean completeExceptionally(Throwable failure) {
+ public synchronized boolean completeExceptionally(Throwable failure) {
54
return completeResult(ExecutionResult.failure(failure));
55
}
56
0 commit comments