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: Apply the Javadoc format cleanup to Disposable.html #7393

Merged
merged 1 commit into from
Feb 10, 2022

Conversation

akarnokd
Copy link
Member

Add Disposable.html to the javadoc_cleanup.gradle program to fix unnecessary newlines and duplicate annotations in the docs.

@codecov
Copy link

codecov bot commented Feb 10, 2022

Codecov Report

Merging #7393 (6508897) into 3.x (97f1702) will increase coverage by 0.03%.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff              @@
##                3.x    #7393      +/-   ##
============================================
+ Coverage     99.53%   99.56%   +0.03%     
- Complexity     6780     6782       +2     
============================================
  Files           751      751              
  Lines         47482    47482              
  Branches       6378     6378              
============================================
+ Hits          47260    47275      +15     
+ Misses          101       94       -7     
+ Partials        121      113       -8     
Impacted Files Coverage Δ
...nternal/operators/observable/ObservableCreate.java 95.72% <0.00%> (-4.28%) ⬇️
...ernal/operators/flowable/FlowableFlatMapMaybe.java 95.33% <0.00%> (-2.08%) ⬇️
...a3/internal/operators/flowable/FlowableReplay.java 98.92% <0.00%> (-0.65%) ⬇️
...a/io/reactivex/rxjava3/subjects/ReplaySubject.java 99.16% <0.00%> (ø)
...ternal/operators/completable/CompletableMerge.java 98.64% <0.00%> (ø)
...l/operators/observable/ObservableFlatMapMaybe.java 97.88% <0.00%> (ø)
...perators/single/SingleFlatMapIterableFlowable.java 100.00% <0.00%> (+0.83%) ⬆️
...a3/internal/operators/flowable/FlowableCreate.java 98.70% <0.00%> (+0.97%) ⬆️
...ternal/operators/observable/ObservableGroupBy.java 100.00% <0.00%> (+1.09%) ⬆️
...nternal/operators/observable/ObservableWindow.java 100.00% <0.00%> (+1.78%) ⬆️
... and 5 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 97f1702...6508897. Read the comment docs.

@akarnokd akarnokd merged commit ca6293e into ReactiveX:3.x Feb 10, 2022
@akarnokd akarnokd deleted the DisposableJavadocCleanup branch February 10, 2022 08:25
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