X Tutup
Skip to content

OperatorDoOnRequest.ParentSubscriber should be static class#2052

Merged
benjchristensen merged 1 commit intoReactiveX:1.xfrom
davidmoten:make-class-static
Dec 24, 2014
Merged

OperatorDoOnRequest.ParentSubscriber should be static class#2052
benjchristensen merged 1 commit intoReactiveX:1.xfrom
davidmoten:make-class-static

Conversation

@davidmoten
Copy link
Copy Markdown
Collaborator

minor fix this. OperatorDoOnRequest.ParentSubscriber does not require access to the state or methods of its surrounding class thus can be static.

@davidmoten
Copy link
Copy Markdown
Collaborator Author

test failure looks to be unrelated

@akarnokd
Copy link
Copy Markdown
Member

My bad. Fixed in #2053

@davidmoten
Copy link
Copy Markdown
Collaborator Author

Just to clarify, @akarnokd fixed the unrelated test, this PR is still valid.

benjchristensen added a commit that referenced this pull request Dec 24, 2014
OperatorDoOnRequest.ParentSubscriber should be static class
@benjchristensen benjchristensen merged commit 4a08644 into ReactiveX:1.x Dec 24, 2014
@davidmoten davidmoten deleted the make-class-static branch April 10, 2015 04:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

X Tutup