sohamgulame opened a new pull request, #1595: URL: https://github.com/apache/commons-lang/pull/1595
The Javadoc of StringUtils.isAnyBlank incorrectly implies that a null varargs array results in true. In reality, the method returns false when the input array is null or empty. This PR updates the documentation to reflect the actual behavior without changing functionality. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
