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 7bb6e33 + ada02c5 commit fe7e449Copy full SHA for fe7e449
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