Fix javadoc for isAnyNotEmpty (closes #220)
This commit is contained in:
parent
2cd3f0f10a
commit
82d76aca8b
|
@ -272,7 +272,7 @@ public class StringUtils {
|
|||
* </pre>
|
||||
*
|
||||
* @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
|
||||
*/
|
||||
public static boolean isAnyNotEmpty(final CharSequence... css) {
|
||||
|
|
Loading…
Reference in New Issue