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:
Benedikt Ritter 2013-12-20 14:18:18 +00:00
parent 3022375ff4
commit acdbdd5f24
1 changed files with 1 additions and 1 deletions

View File

@ -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) {