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: Fixed Javadoc for Disposables.fromFuture #4744

Merged
merged 2 commits into from
Oct 21, 2016
Merged

2.x: Fixed Javadoc for Disposables.fromFuture #4744

merged 2 commits into from
Oct 21, 2016

Conversation

falcon71
Copy link
Contributor

No description provided.

@falcon71 falcon71 changed the title Fixed Javadoc for Disposables.fromFuture 2.x: Fixed Javadoc for Disposables.fromFuture Oct 21, 2016
* Construct a Disposable by wrapping a Runnable that is
* executed exactly once when the Disposable is disposed.
* Construct a Disposable by wrapping a Future that is
* cancelled exactly once when the Disposable is disposed.
* @param future the Runnable to wrap
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missed one here

@akarnokd akarnokd added this to the 2.0 milestone Oct 21, 2016
@codecov-io
Copy link

codecov-io commented Oct 21, 2016

Current coverage is 93.82% (diff: 100%)

Merging #4744 into 2.x will increase coverage by 0.28%

@@                2.x      #4744   diff @@
==========================================
  Files           569        570     +1   
  Lines         37148      37064    -84   
  Methods           0          0          
  Messages          0          0          
  Branches       5666       5648    -18   
==========================================
+ Hits          34750      34777    +27   
+ Misses         1271       1154   -117   
- Partials       1127       1133     +6   

Powered by Codecov. Last update 14a954c...07c9a28

@akarnokd akarnokd merged commit a779687 into ReactiveX:2.x Oct 21, 2016
@falcon71 falcon71 deleted the 2.x branch October 21, 2016 18:02
@akarnokd akarnokd mentioned this pull request Oct 27, 2016
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.

5 participants