This commit is contained in:
Gary Gregory 2023-07-23 14:32:40 -04:00
parent 9c73c833d5
commit 30bdb1964a
1 changed files with 3 additions and 3 deletions

View File

@ -959,7 +959,7 @@ public class ObjectUtils {
*/ */
/** /**
* Checks, whether the given object is an Object array or a primitive array in a null-safe manner. * Tests whether the given object is an Object array or a primitive array in a null-safe manner.
* *
* <p> * <p>
* A {@code null} {@code object} Object will return {@code false}. * A {@code null} {@code object} Object will return {@code false}.
@ -983,7 +983,7 @@ public class ObjectUtils {
} }
/** /**
* Checks if an Object is empty or null. * Tests if an Object is empty or null.
* *
* The following types are supported: * The following types are supported:
* <ul> * <ul>
@ -1035,7 +1035,7 @@ public class ObjectUtils {
} }
/** /**
* Checks if an Object is not empty and not null. * Tests if an Object is not empty and not null.
* *
* The following types are supported: * The following types are supported:
* <ul> * <ul>