ArrayUtils: Fix checkstyle violation.

This commit is contained in:
pascalschumacher 2019-12-30 22:14:08 +01:00
parent 5ac643368d
commit 94b0752726

View File

@ -159,14 +159,14 @@ public class ArrayUtils {
/**
* An empty immutable {@code Throwable} array.
*
*
* @since 3.10
*/
public static final Throwable[] EMPTY_THROWABLE_ARRAY = new Throwable[0];
/**
* An empty immutable {@code Type} array.
*
*
* @since 3.10
*/
public static final Type[] EMPTY_TYPE_ARRAY = new Type[0];