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.
2 parents cdf0419 + 9b10529 commit 615b0fcCopy full SHA for 615b0fc
src/main/java/rx/internal/operators/OnSubscribeRedo.java
@@ -98,7 +98,7 @@ public Notification<?> call(Notification<?> terminalNotification) {
98
}
99
100
public static final class RetryWithPredicate implements Func1<Observable<? extends Notification<?>>, Observable<? extends Notification<?>>> {
101
- private Func2<Integer, Throwable, Boolean> predicate;
+ private final Func2<Integer, Throwable, Boolean> predicate;
102
103
public RetryWithPredicate(Func2<Integer, Throwable, Boolean> predicate) {
104
this.predicate = predicate;
0 commit comments