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 242a151 commit 46271f5Copy full SHA for 46271f5
src/main/java/net/jodah/failsafe/ExecutionContext.java
@@ -41,6 +41,7 @@ private ExecutionContext(ExecutionContext context) {
41
this.startTime = context.startTime;
42
this.attemptStartTime = context.attemptStartTime;
43
this.attempts = context.attempts;
44
+ this.cancelled = context.cancelled;
45
this.lastResult = context.lastResult;
46
this.lastFailure = context.lastFailure;
47
}
0 commit comments