Skip to content

2.x: Do not promise a new instance where we return a singleton. #4384

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
Aug 21, 2016
Merged

2.x: Do not promise a new instance where we return a singleton. #4384

merged 1 commit into from
Aug 21, 2016

Conversation

JakeWharton
Copy link
Contributor

No description provided.

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

codecov-io commented Aug 21, 2016

Current coverage is 69.63% (diff: 100%)

Merging #4384 into 2.x will decrease coverage by 0.04%

@@                2.x      #4384   diff @@
==========================================
  Files           449        449          
  Lines         32005      32005          
  Methods           0          0          
  Messages          0          0          
  Branches       5108       5108          
==========================================
- Hits          22300      22287    -13   
  Misses         7566       7566          
- Partials       2139       2152    +13   

Powered by Codecov. Last update f738a85...6475742

@akarnokd akarnokd merged commit e8ff934 into ReactiveX:2.x Aug 21, 2016
@@ -97,8 +97,8 @@ public static Disposable empty() {
}

/**
* Returns a new, disposed Disposable instance.
* @return a new, disposed Disposable instance
* Returns a disposed Disposable instance.
Copy link
Collaborator

Choose a reason for hiding this comment

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

is this line even necessary? It's just duplicated

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants