"@exception" -> "@throws"

This commit is contained in:
Gary Gregory 2021-09-06 14:25:20 -04:00
parent 4ff5e2b9f9
commit d2687419c6
1 changed files with 1 additions and 1 deletions

View File

@ -4285,7 +4285,7 @@ public class ArrayUtils {
* @param componentType The array class.
* @param length the array length
* @return The new array.
* @exception NullPointerException if the specified {@code componentType} parameter is null.
* @throws NullPointerException if the specified {@code componentType} parameter is null.
* @since 3.13.0
*/
@SuppressWarnings("unchecked") // OK, because array and values are of type T