Skip to content

3.x: Javadocs fix some wording in Schedulers.java #7301

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

Merged
merged 1 commit into from
Jul 22, 2021

Conversation

akarnokd
Copy link
Member

Fix the sentence of the fair parameter and add a note about overriding the initial schedulers before class initialization.

@akarnokd akarnokd added this to the 3.1 milestone Jul 22, 2021
@codecov
Copy link

codecov bot commented Jul 22, 2021

Codecov Report

Merging #7301 (aa51fb1) into 3.x (a463d24) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##                3.x    #7301   +/-   ##
=========================================
  Coverage     99.52%   99.52%           
  Complexity     6783     6783           
=========================================
  Files           751      751           
  Lines         47489    47489           
  Branches       6378     6378           
=========================================
  Hits          47265    47265           
+ Misses          102      100    -2     
- Partials        122      124    +2     
Impacted Files Coverage Δ
...va/io/reactivex/rxjava3/schedulers/Schedulers.java 100.00% <ø> (ø)
...erators/completable/CompletableConcatIterable.java 95.91% <0.00%> (-4.09%) ⬇️
.../operators/observable/ObservableFlatMapSingle.java 94.44% <0.00%> (-2.39%) ⬇️
...o/reactivex/rxjava3/processors/AsyncProcessor.java 97.91% <0.00%> (-2.09%) ⬇️
...tivex/rxjava3/internal/jdk8/ParallelCollector.java 96.33% <0.00%> (-1.84%) ⬇️
...nternal/operators/parallel/ParallelSortedJoin.java 98.49% <0.00%> (-1.51%) ⬇️
...nternal/operators/observable/ObservableCreate.java 99.14% <0.00%> (-0.86%) ⬇️
...a/io/reactivex/rxjava3/subjects/ReplaySubject.java 99.16% <0.00%> (-0.42%) ⬇️
...ternal/operators/observable/ObservableFlatMap.java 97.87% <0.00%> (-0.36%) ⬇️
...l/operators/observable/ObservableFlatMapMaybe.java 96.47% <0.00%> (ø)
... and 7 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 a463d24...aa51fb1. Read the comment docs.

@akarnokd akarnokd merged commit bb814d2 into ReactiveX:3.x Jul 22, 2021
@akarnokd akarnokd deleted the SchedulersJavadocFix0722 branch July 22, 2021 15:44
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.

None yet

2 participants