You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by pa...@apache.org on 2019/12/30 21:16:40 UTC

[commons-lang] 01/02: ArrayUtils: Fix checkstyle violation.

This is an automated email from the ASF dual-hosted git repository.

pascalschumacher pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-lang.git

commit 94b0752726efd33f5a20b4240ef09fea52c9624b
Author: pascalschumacher <pa...@gmx.net>
AuthorDate: Mon Dec 30 22:14:08 2019 +0100

    ArrayUtils: Fix checkstyle violation.
---
 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];