We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b98942f commit 91b536eCopy full SHA for 91b536e
1 file changed
src/main/java/org/apache/commons/lang3/ArrayUtils.java
@@ -1874,7 +1874,7 @@ public static int getDimensions(final Object array) {
1874
1875
/**
1876
* Gets the length of the specified array.
1877
- * This method can deal with {@link Object} arrays and with primitive arrays.
+ * This method handles {@link Object} arrays and primitive arrays.
1878
* <p>
1879
* If the input array is {@code null}, {@code 0} is returned.
1880
* </p>
0 commit comments