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 MulticastProcessor javadoc comment #6042

Merged
merged 1 commit into from
Jun 14, 2018
Merged

fix MulticastProcessor javadoc comment #6042

merged 1 commit into from
Jun 14, 2018

Conversation

satoshun
Copy link
Contributor

fix wrong javadoc comment of MulticastProcessor.
I think #create(boolean) is an optional refcount behavior.

@codecov
Copy link

codecov bot commented Jun 14, 2018

Codecov Report

Merging #6042 into 2.x will increase coverage by 0.07%.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##                2.x   #6042      +/-   ##
===========================================
+ Coverage     98.23%   98.3%   +0.07%     
- Complexity     6168    6172       +4     
===========================================
  Files           665     665              
  Lines         44730   44730              
  Branches       6205    6205              
===========================================
+ Hits          43942   43974      +32     
+ Misses          241     223      -18     
+ Partials        547     533      -14
Impacted Files Coverage Δ Complexity Δ
...va/io/reactivex/processors/MulticastProcessor.java 98.67% <ø> (ø) 84 <0> (ø) ⬇️
...ternal/operators/observable/ObservablePublish.java 96.46% <0%> (-3.54%) 11% <0%> (ø)
...nternal/operators/parallel/ParallelSortedJoin.java 92.7% <0%> (-2.19%) 2% <0%> (ø)
...java/io/reactivex/processors/PublishProcessor.java 98.19% <0%> (-1.81%) 42% <0%> (-1%)
...rnal/operators/flowable/FlowableFlatMapSingle.java 92.93% <0%> (-1.64%) 2% <0%> (ø)
...io/reactivex/subscribers/SerializedSubscriber.java 98.86% <0%> (-1.14%) 26% <0%> (-1%)
...perators/observable/ObservableMergeWithSingle.java 99.06% <0%> (-0.94%) 2% <0%> (ø)
...ernal/operators/flowable/FlowableTimeoutTimed.java 98.37% <0%> (-0.82%) 3% <0%> (ø)
...x/internal/operators/observable/ObservableZip.java 99.29% <0%> (-0.71%) 6% <0%> (ø)
...x/internal/operators/flowable/FlowableFlatMap.java 89.47% <0%> (-0.27%) 4% <0%> (ø)
... and 22 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 5d8b0ac...045de57. 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