Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@joshfriend
Copy link
Contributor

This suppresses warnings in IntelliJ about methods being unused since this is a library and someone is probably using them.

Also shuts off the "has platform type" warning which is what highlights things like Observable.switchMap() because they do not have @NonNull annotations, but we know that they do not return null.

@joshfriend joshfriend force-pushed the fix-warnings branch 2 times, most recently from 032f6d6 to b42888d Compare May 22, 2018 17:09
@joshfriend
Copy link
Contributor Author

I also added annotations to the extensions added in #185 that were missing them.

@thomasnield thomasnield merged commit b9d8e42 into ReactiveX:2.x Jul 17, 2018
@joshfriend joshfriend deleted the fix-warnings branch July 17, 2018 19:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants