Fix JavaDoc warning
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1552680 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
3022375ff4
commit
acdbdd5f24
|
@ -864,7 +864,7 @@ public class ArrayUtils {
|
|||
* @return a new array containing the elements between
|
||||
* the start and end indices.
|
||||
* @since 2.1
|
||||
* @see Arrays#copyOfRange(T[], int, int)
|
||||
* @see Arrays#copyOfRange(Object[], int, int)
|
||||
*/
|
||||
public static <T> T[] subarray(final T[] array, int startIndexInclusive, int endIndexExclusive) {
|
||||
if (array == null) {
|
||||
|
|
Loading…
Reference in New Issue