Thanks to visit codestin.com Credit goes to github.com
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 7c408f4 commit 093bbebCopy full SHA for 093bbeb
src/main/java/rx/internal/operators/OperatorDoOnRequest.java
@@ -52,7 +52,7 @@ public void request(long n) {
52
return parent;
53
}
54
55
- private final class ParentSubscriber<T> extends Subscriber<T> {
+ private static final class ParentSubscriber<T> extends Subscriber<T> {
56
private final Subscriber<? super T> child;
57
58
private ParentSubscriber(Subscriber<? super T> child) {
0 commit comments