LANG-1314: Fix javadoc creation on with Java 8
Add @param for <T> in ArrayUtils#insert
This commit is contained in:
parent
e5ed4ffe5d
commit
a0f9db2831
|
@ -8409,6 +8409,7 @@ public class ArrayUtils {
|
|||
* ArrayUtils.insert(index, null, values) = null
|
||||
* </pre>
|
||||
*
|
||||
* @param <T> The type of elements in {@code array} and {@code values}
|
||||
* @param index the position within {@code array} to insert the new values
|
||||
* @param array the array to insert the values into, may be {@code null}
|
||||
* @param values the new values to insert, may be {@code null}
|
||||
|
|
Loading…
Reference in New Issue