kinow commented on a change in pull request #442: LANG-1474 documentation
correction
URL: https://github.com/apache/commons-lang/pull/442#discussion_r315990126
##########
File path: src/main/java/org/apache/commons/lang3/StringUtils.java
##########
@@ -3402,7 +3402,7 @@ public static boolean isAnyBlank(final CharSequence...
css) {
* <p>Checks if any of the CharSequences are empty ("") or null.</p>
*
* <pre>
- * StringUtils.isAnyEmpty((String) null) = true
+ * StringUtils.isAnyEmpty((String) null) = false
Review comment:
Ditto above for me.
----------------------------------------------------------------
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]
With regards,
Apache Git Services