Isira-Seneviratne opened a new pull request #525: URL: https://github.com/apache/commons-lang/pull/525
The Javadocs of some methods that use the Validate.notNull() method incorrectly refer to IllegalArgumentException instead of NullPointerException as the exception thrown, while the methods' tests check for NullPointerException. In addition, some of said methods use Validate.isTrue() instead of Validate.notNull() for null checking. This PR fixes both issues as they are closely related. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
