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 91b536e4f Javadoc
91b536e4f is described below
commit 91b536e4f502f940c6c64399737a1f129c2e0374
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Jan 24 08:28:30 2026 -0500
Javadoc
---
src/main/java/org/apache/commons/lang3/ArrayUtils.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/main/java/org/apache/commons/lang3/ArrayUtils.java
b/src/main/java/org/apache/commons/lang3/ArrayUtils.java
index b4703bd2b..825402631 100644
--- a/src/main/java/org/apache/commons/lang3/ArrayUtils.java
+++ b/src/main/java/org/apache/commons/lang3/ArrayUtils.java
@@ -1874,7 +1874,7 @@ public static int getDimensions(final Object array) {
/**
* Gets the length of the specified array.
- * This method can deal with {@link Object} arrays and with primitive
arrays.
+ * This method handles {@link Object} arrays and primitive arrays.
* <p>
* If the input array is {@code null}, {@code 0} is returned.
* </p>