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

3.x: fix wording in Single javadocs #6566

Merged
merged 1 commit into from
Jul 12, 2019

Conversation

akarnokd
Copy link
Member

Some wording fixes in Single, includes #6565.

@akarnokd akarnokd added this to the 3.0 milestone Jul 11, 2019
@codecov
Copy link

codecov bot commented Jul 11, 2019

Codecov Report

Merging #6566 into 3.x will increase coverage by 0.01%.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##                3.x   #6566      +/-   ##
===========================================
+ Coverage     98.19%   98.2%   +0.01%     
- Complexity     6178    6180       +2     
===========================================
  Files           678     678              
  Lines         44886   44886              
  Branches       6212    6212              
===========================================
+ Hits          44074   44079       +5     
+ Misses          275     266       -9     
- Partials        537     541       +4
Impacted Files Coverage Δ Complexity Δ
src/main/java/io/reactivex/Single.java 100% <ø> (ø) 148 <0> (ø) ⬇️
...l/operators/observable/ObservableFlatMapMaybe.java 89.54% <0%> (-2.62%) 2% <0%> (ø)
.../internal/disposables/ListCompositeDisposable.java 98% <0%> (-2%) 34% <0%> (-1%)
...java/io/reactivex/processors/UnicastProcessor.java 98.8% <0%> (-1.2%) 67% <0%> (-1%)
...rnal/operators/flowable/FlowableFlatMapSingle.java 94.56% <0%> (-1.09%) 2% <0%> (ø)
...x/internal/operators/flowable/FlowablePublish.java 97.53% <0%> (-0.99%) 17% <0%> (-1%)
.../operators/mixed/FlowableConcatMapCompletable.java 99.14% <0%> (-0.86%) 2% <0%> (ø)
.../operators/maybe/MaybeFlatMapIterableFlowable.java 97.54% <0%> (-0.82%) 2% <0%> (ø)
.../operators/observable/ObservableFlatMapSingle.java 88.8% <0%> (-0.75%) 2% <0%> (ø)
...nternal/operators/parallel/ParallelSortedJoin.java 94.89% <0%> (-0.73%) 2% <0%> (ø)
... and 21 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 d35ac97...b47776b. Read the comment docs.

@akarnokd akarnokd merged commit 58b0014 into ReactiveX:3.x Jul 12, 2019
@akarnokd akarnokd deleted the SingleDocFixes3x branch July 12, 2019 06:14
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.

1 participant