Checkstyle: Remove trailing white spaces on all lines.

This commit is contained in:
Gary Gregory 2019-12-30 16:26:12 -05:00
parent 5ac643368d
commit e4e7de4df9
1 changed files with 2 additions and 2 deletions

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];