Fix javadoc for isAnyNotEmpty (closes #220)

This commit is contained in:
martin-tarjanyi 2016-11-30 20:27:55 +01:00 committed by pascalschumacher
parent 2cd3f0f10a
commit 82d76aca8b
1 changed files with 1 additions and 1 deletions

View File

@ -272,7 +272,7 @@ public static boolean isAnyEmpty(final CharSequence... css) {
* </pre> * </pre>
* *
* @param css the CharSequences to check, may be null or empty * @param css the CharSequences to check, may be null or empty
* @return {@code true} if any of the CharSequences are empty or null * @return {@code true} if any of the CharSequences are not empty or null
* @since 3.6 * @since 3.6
*/ */
public static boolean isAnyNotEmpty(final CharSequence... css) { public static boolean isAnyNotEmpty(final CharSequence... css) {