Observable's javadoc cleanup by anthonyms · Pull Request #5992 · ReactiveX/RxJava · GitHub
Skip to content

Observable's javadoc cleanup#5992

Merged
akarnokd merged 1 commit into
ReactiveX:2.xfrom
anthonyms:JavadocCleanup
May 4, 2018
Merged

Observable's javadoc cleanup#5992
akarnokd merged 1 commit into
ReactiveX:2.xfrom
anthonyms:JavadocCleanup

Conversation

@anthonyms

Copy link
Copy Markdown

The sample code in the Observable javadoc erroneously uses onNext(Integer t) for a DisposableObserver<String>

This has been corrected to be onNext(String t)

The sample code in the Observable javadoc erroneously uses onNext(Integer t) for a DisposableObserver<String>
This has been corrected to be onNext(String t)
@codecov

codecov Bot commented May 4, 2018

Copy link
Copy Markdown

@akarnokd akarnokd merged commit 214181f into ReactiveX:2.x May 4, 2018
@anthonyms anthonyms deleted the JavadocCleanup branch May 4, 2018 16:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants