LANG-1293: Add StringUtils#isAllEmpty and #isAllBlank methods
fix error in javadoc (side effects: close #221, close #197)
This commit is contained in:
parent
3ce7f9eecf
commit
4282efae5f
|
@ -426,7 +426,7 @@ public class StringUtils {
|
|||
/**
|
||||
* <p>Checks if all of the CharSequences are empty (""), null or whitespace only.</p>
|
||||
*
|
||||
* </p>Whitespace is defined by {@link Character#isWhitespace(char)}.</p>
|
||||
* <p>Whitespace is defined by {@link Character#isWhitespace(char)}.</p>
|
||||
*
|
||||
* <pre>
|
||||
* StringUtils.isAllBlank(null) = true
|
||||
|
|
Loading…
Reference in New Issue