kinow commented on a change in pull request #442: LANG-1474 documentation
correction
URL: https://github.com/apache/commons-lang/pull/442#discussion_r315990087
##########
File path: src/main/java/org/apache/commons/lang3/StringUtils.java
##########
@@ -3369,7 +3369,7 @@ public static boolean isAlphaSpace(final CharSequence
cs) {
* <p>Whitespace is defined by {@link Character#isWhitespace(char)}.</p>
*
* <pre>
- * StringUtils.isAnyBlank((String) null) = true
+ * StringUtils.isAnyBlank((String) null) = false
Review comment:
I just tried `System.out.println(StringUtils.isAnyBlank((String) null));`
using `master` branch and it printed `true`. Have you tried this code too?
----------------------------------------------------------------
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