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

Upcast ConcurrentHashMap to Map to avoid compatibility issue #4654

Merged
merged 2 commits into from
Oct 1, 2016

Conversation

ZacSweers
Copy link
Contributor

import io.reactivex.internal.util.SuppressAnimalSniffer;
import io.reactivex.plugins.RxJavaPlugins;

import java.util.ArrayList;
Copy link
Contributor Author

Choose a reason for hiding this comment

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

I'll fix the imports

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@akarnokd akarnokd added the Bug label Oct 1, 2016
@akarnokd akarnokd added this to the 2.0 RC4 milestone Oct 1, 2016
@codecov-io
Copy link

codecov-io commented Oct 1, 2016

Current coverage is 77.86% (diff: 100%)

Merging #4654 into 2.x will decrease coverage by 0.09%

@@                2.x      #4654   diff @@
==========================================
  Files           559        559          
  Lines         36654      36654          
  Methods           0          0          
  Messages          0          0          
  Branches       5625       5625          
==========================================
- Hits          28577      28542    -35   
- Misses         6050       6075    +25   
- Partials       2027       2037    +10   

Powered by Codecov. Last update 5ad1c04...a6a6fd6

@akarnokd akarnokd merged commit 56123c9 into ReactiveX:2.x Oct 1, 2016
@ZacSweers ZacSweers deleted the z/useMap branch July 24, 2018 05:53
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.

3 participants