LANG-1293: Add StringUtils#isAllEmpty and #isAllBlank methods

fix error in javadoc

(side effects: close #221, close #197)
This commit is contained in:
pascalschumacher 2017-03-12 17:33:53 +01:00
parent 3ce7f9eecf
commit 4282efae5f
1 changed files with 1 additions and 1 deletions

View File

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