Skip to content

Commit 87538eb

Browse files
committed
Javadoc typo
1 parent e7cdeac commit 87538eb

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
@@ -8102,7 +8102,7 @@ public static boolean[] subarray(final boolean[] array, int startIndexInclusive,
81028102
* The start index is inclusive, the end index exclusive. Null array input produces null output.
81038103
* </p>
81048104
*
8105-
* @param array the input array..
8105+
* @param array the input array.
81068106
* @param startIndexInclusive the starting index. Undervalue (&lt;0) is promoted to 0, overvalue (&gt;array.length) results in an empty array.
81078107
* @param endIndexExclusive elements up to endIndex-1 are present in the returned subarray. Undervalue (&lt; startIndex) produces empty array, overvalue
81088108
* (&gt;array.length) is demoted to array length.

0 commit comments

Comments
 (0)