Skip to content

Commit 607ecea

Browse files
Refactor: Pull-Up Field exceptionsChecked field from FailurePolicyConfig
1 parent f0e94d6 commit 607ecea

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

core/src/main/java/dev/failsafe/PolicyConfig.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ public abstract class PolicyConfig<R> {
2828
volatile EventListener<ExecutionCompletedEvent<R>> successListener;
2929
volatile EventListener<ExecutionCompletedEvent<R>> failureListener;
3030

31+
/** Indicates whether exceptions are checked by a configured failure condition */
32+
protected boolean exceptionsChecked;
33+
3134
protected PolicyConfig() {
3235
}
3336

0 commit comments

Comments
 (0)