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

 ##########
 File path: src/main/java/org/apache/commons/lang3/StringUtils.java
 ##########
 @@ -3600,7 +3600,7 @@ public static boolean isNoneBlank(final CharSequence... 
css) {
      * <p>Checks if none of the CharSequences are empty ("") or null.</p>
      *
      * <pre>
-     * StringUtils.isNoneEmpty((String) null)    = false
+     * StringUtils.isNoneEmpty((String) null)    = true
 
 Review comment:
   Same as this one, `false` not `true`.

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