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:41 UTC

[commons-lang] 02/02: ArrayUtils: Remove stray comment.

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 b2a0ac79b6281e2cf8274548277dbda9a5db6710
Author: pascalschumacher <pa...@gmx.net>
AuthorDate: Mon Dec 30 22:16:26 2019 +0100

    ArrayUtils: Remove stray comment.
---
 src/main/java/org/apache/commons/lang3/ArrayUtils.java | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/src/main/java/org/apache/commons/lang3/ArrayUtils.java b/src/main/java/org/apache/commons/lang3/ArrayUtils.java
index c581389..3cfe46e 100644
--- a/src/main/java/org/apache/commons/lang3/ArrayUtils.java
+++ b/src/main/java/org/apache/commons/lang3/ArrayUtils.java
@@ -205,10 +205,6 @@ public class ArrayUtils {
         return newArray;
     }
 
-
-    // NOTE: Cannot use {@code} to enclose text which includes {}, but <code></code> is OK
-
-
     /**
      * <p>Inserts the specified element at the specified position in the array.
      * Shifts the element currently at that position (if any) and any subsequent