This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-lang.git
The following commit(s) were added to refs/heads/master by this push:
new e4e7de4 Checkstyle: Remove trailing white spaces on all lines.
new 2a3c56e Merge branch 'master' of
https://gitbox.apache.org/repos/asf/commons-lang.git
e4e7de4 is described below
commit e4e7de4df9e91b31f58eab1a3cc98b69b0875e95
Author: Gary Gregory <[email protected]>
AuthorDate: Mon Dec 30 16:26:12 2019 -0500
Checkstyle: Remove trailing white spaces on all lines.
---
src/main/java/org/apache/commons/lang3/ArrayUtils.java | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/main/java/org/apache/commons/lang3/ArrayUtils.java
b/src/main/java/org/apache/commons/lang3/ArrayUtils.java
index f719644..c581389 100644
--- a/src/main/java/org/apache/commons/lang3/ArrayUtils.java
+++ b/src/main/java/org/apache/commons/lang3/ArrayUtils.java
@@ -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];