Skip to content

Commit

Permalink
OperatorDoOnRequest.ParentSubscriber should be static class
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmoten committed Dec 18, 2014
1 parent 7c408f4 commit 093bbeb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public void request(long n) {
return parent;
}

private final class ParentSubscriber<T> extends Subscriber<T> {
private static final class ParentSubscriber<T> extends Subscriber<T> {
private final Subscriber<? super T> child;

private ParentSubscriber(Subscriber<? super T> child) {
Expand Down

0 comments on commit 093bbeb

Please sign in to comment.