Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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)
- Loading branch information