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 7bb6e33 commit ada02c5Copy full SHA for ada02c5
rxjava-core/src/main/java/rx/Scheduler.java
@@ -106,8 +106,8 @@ public void call(Inner inner) {
106
}
107
108
public static final class Recurse {
109
- final Action1<Recurse> action;
110
- final Inner inner;
+ private final Action1<Recurse> action;
+ private final Inner inner;
111
112
private Recurse(Inner inner, Action1<Recurse> action) {
113
this.inner = inner;
0 commit comments