Skip to content

Commit 91b536e

Browse files
committed
Javadoc
1 parent b98942f commit 91b536e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/org/apache/commons/lang3/ArrayUtils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1874,7 +1874,7 @@ public static int getDimensions(final Object array) {
18741874

18751875
/**
18761876
* Gets the length of the specified array.
1877-
* This method can deal with {@link Object} arrays and with primitive arrays.
1877+
* This method handles {@link Object} arrays and primitive arrays.
18781878
* <p>
18791879
* If the input array is {@code null}, {@code 0} is returned.
18801880
* </p>

0 commit comments

Comments
 (0)