Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typo in Flowable javadoc #6760

Merged
merged 1 commit into from
Dec 15, 2019
Merged

Fix typo in Flowable javadoc #6760

merged 1 commit into from
Dec 15, 2019

Conversation

richardkapolnai-da
Copy link
Contributor

@richardkapolnai-da richardkapolnai-da commented Dec 15, 2019

Fix compilation error in example code in javadoc

Fix compilation error in example code in javadoc
@codecov
Copy link

codecov bot commented Dec 15, 2019

Codecov Report

Merging #6760 into 3.x will decrease coverage by <.01%.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff              @@
##                3.x    #6760      +/-   ##
============================================
- Coverage     98.08%   98.08%   -0.01%     
+ Complexity     6190     6186       -4     
============================================
  Files           677      677              
  Lines         44626    44626              
  Branches       6161     6161              
============================================
- Hits          43773    43771       -2     
+ Misses          310      309       -1     
- Partials        543      546       +3
Impacted Files Coverage Δ Complexity Δ
.../main/java/io/reactivex/rxjava3/core/Flowable.java 100% <ø> (ø) 559 <0> (ø) ⬇️
...java3/internal/observers/FutureSingleObserver.java 88.67% <0%> (-5.67%) 23% <0%> (-1%)
...ernal/operators/flowable/FlowableFlatMapMaybe.java 88.02% <0%> (-3.65%) 2% <0%> (ø)
...rnal/operators/flowable/FlowableFlatMapSingle.java 92.44% <0%> (-2.91%) 2% <0%> (ø)
...rxjava3/internal/observers/QueueDrainObserver.java 97.43% <0%> (-2.57%) 21% <0%> (-1%)
.../internal/disposables/ListCompositeDisposable.java 98% <0%> (-2%) 34% <0%> (-1%)
...nternal/operators/observable/ObservableWindow.java 98% <0%> (-2%) 3% <0%> (ø)
...a3/internal/subscribers/InnerQueuedSubscriber.java 96.07% <0%> (-1.97%) 18% <0%> (-1%)
...ava3/internal/operators/maybe/MaybeMergeArray.java 96.04% <0%> (-1.13%) 6% <0%> (ø)
...internal/operators/flowable/FlowableObserveOn.java 96.65% <0%> (-0.84%) 3% <0%> (ø)
... and 12 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 01cae89...82aea48. Read the comment docs.

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.

2 participants