This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-lang.git


The following commit(s) were added to refs/heads/master by this push:
     new 30bdb1964 Javadoc
30bdb1964 is described below

commit 30bdb1964a08cb59470a1eb989d637c6956f9837
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Sun Jul 23 14:32:40 2023 -0400

    Javadoc
---
 src/main/java/org/apache/commons/lang3/ObjectUtils.java | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/main/java/org/apache/commons/lang3/ObjectUtils.java 
b/src/main/java/org/apache/commons/lang3/ObjectUtils.java
index 33eac6949..69b5a7a3b 100644
--- a/src/main/java/org/apache/commons/lang3/ObjectUtils.java
+++ b/src/main/java/org/apache/commons/lang3/ObjectUtils.java
@@ -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>
      * 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:
      * <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:
      * <ul>

Reply via email to