mirror of
https://github.com/apache/commons-lang.git
synced 2025-02-06 01:58:24 +00:00
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/commons-lang.git
This commit is contained in:
commit
7f7fa03eac
@ -410,7 +410,7 @@ public static boolean isAnyBlank(final CharSequence... css) {
|
||||
* StringUtils.isAnyNotBlank("bob", "") = true
|
||||
* StringUtils.isAnyNotBlank(" bob ", null) = true
|
||||
* StringUtils.isAnyNotBlank(" ", "bar") = true
|
||||
* StringUtils.isAnyNotBlank("foo", "bar") = false
|
||||
* StringUtils.isAnyNotBlank("foo", "bar") = true
|
||||
* StringUtils.isAnyNotBlank(new String[] {}) = false
|
||||
* </pre>
|
||||
*
|
||||
|
Loading…
x
Reference in New Issue
Block a user