kinow commented on a change in pull request #442: LANG-1474 documentation 
correction
URL: https://github.com/apache/commons-lang/pull/442#discussion_r315990197
 
 

 ##########
 File path: src/main/java/org/apache/commons/lang3/StringUtils.java
 ##########
 @@ -3575,7 +3575,7 @@ public static boolean isMixedCase(final CharSequence cs) 
{
      * <p>Whitespace is defined by {@link Character#isWhitespace(char)}.</p>
      *
      * <pre>
-     * StringUtils.isNoneBlank((String) null)    = false
+     * StringUtils.isNoneBlank((String) null)    = true
 
 Review comment:
   This one gave me `false`, as before.

----------------------------------------------------------------
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

Reply via email to