parent
d77a28aac3
commit
14a32d13d0
|
|
@ -79,7 +79,7 @@ public abstract class StringUtils {
|
|||
|
||||
/**
|
||||
* Check whether the given object (possibly a {@code String}) is empty.
|
||||
* This is effectly a shortcut for {@code !hasLength(String)}.
|
||||
* This is effectively a shortcut for {@code !hasLength(String)}.
|
||||
* <p>This method accepts any Object as an argument, comparing it to
|
||||
* {@code null} and the empty String. As a consequence, this method
|
||||
* will never return {@code true} for a non-null non-String object.
|
||||
|
|
|
|||
Loading…
Reference in New Issue