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 exceptions in javaDoc #4793

Merged

Conversation

DmitriyZaitsev
Copy link
Contributor

I've corrected some javadocs for methods that check arguments using ObjectHelper.requireNonNull(arg, "message"). It throws NullPointerException instead of IllegalArgumentException, but as we know copy-pasting is an insidious thing. ;)

@DmitriyZaitsev DmitriyZaitsev changed the title Fix exceptions in javaDoc 2.x: Fix exceptions in javaDoc Nov 2, 2016
@DmitriyZaitsev DmitriyZaitsev force-pushed the dz/2.x/fix_javadoc_exceptions branch from f3d43db to f9c4a16 Compare November 2, 2016 12:06
@codecov-io
Copy link

codecov-io commented Nov 2, 2016

Current coverage is 95.69% (diff: 100%)

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

@@                2.x      #4793   diff @@
==========================================
  Files           570        570          
  Lines         36717      36717          
  Methods           0          0          
  Messages          0          0          
  Branches       5554       5554          
==========================================
- Hits          35153      35138    -15   
- Misses          639        649    +10   
- Partials        925        930     +5   

Powered by Codecov. Last update ff282b9...f9c4a16

@akarnokd akarnokd merged commit f2351e2 into ReactiveX:2.x Nov 2, 2016
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.

3 participants