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

2.x: Fix Javadoc of FunctionX #5347

Merged
merged 1 commit into from May 17, 2017
Merged

Conversation

bruce3x
Copy link
Contributor

@bruce3x bruce3x commented May 17, 2017

fix the mistake for FunctionX javadoc

@codecov
Copy link

codecov bot commented May 17, 2017

Codecov Report

Merging #5347 into 2.x will decrease coverage by 0.21%.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff              @@
##                2.x    #5347      +/-   ##
============================================
- Coverage     96.21%   95.99%   -0.22%     
+ Complexity     5785     5773      -12     
============================================
  Files           630      630              
  Lines         41162    41162              
  Branches       5721     5721              
============================================
- Hits          39603    39514      -89     
- Misses          608      657      +49     
- Partials        951      991      +40
Impacted Files Coverage Δ Complexity Δ
...a/io/reactivex/internal/util/QueueDrainHelper.java 58.86% <0%> (-5.68%) 31% <0%> (-4%)
...rnal/subscribers/SinglePostCompleteSubscriber.java 94.87% <0%> (-5.13%) 14% <0%> (-1%)
...internal/operators/completable/CompletableAmb.java 94.91% <0%> (-5.09%) 10% <0%> (-1%)
...ava/io/reactivex/processors/BehaviorProcessor.java 87.61% <0%> (-4.87%) 61% <0%> (ø)
...ternal/operators/observable/ObservablePublish.java 91.22% <0%> (-4.39%) 10% <0%> (ø)
...rnal/operators/completable/CompletableTimeout.java 94% <0%> (-4%) 2% <0%> (ø)
...ernal/operators/maybe/MaybeTakeUntilPublisher.java 96% <0%> (-4%) 2% <0%> (ø)
...reactivex/internal/operators/single/SingleAmb.java 96.36% <0%> (-3.64%) 9% <0%> (-1%)
...ors/observable/ObservableSampleWithObservable.java 93.97% <0%> (-3.62%) 3% <0%> (ø)
...vex/internal/operators/flowable/FlowableTimer.java 92.85% <0%> (-3.58%) 2% <0%> (ø)
... and 35 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 8bf04e9...0b1ec88. 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.

None yet

3 participants