mirror of
https://github.com/apache/commons-lang.git
synced 2025-02-10 12:05:06 +00:00
Checkstyle: Remove trailing white spaces on all lines.
This commit is contained in:
parent
5ac643368d
commit
e4e7de4df9
@ -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];
|
||||
|
Loading…
x
Reference in New Issue
Block a user