You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2024/02/23 23:33:46 UTC

(commons-lang) branch master updated: Javadoc

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 7bb195000 Javadoc
7bb195000 is described below

commit 7bb195000acb96ae9e0dd3a9b6f86ff13711ec60
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Fri Feb 23 18:33:45 2024 -0500

    Javadoc
    
    Since tag not needed
---
 src/main/java/org/apache/commons/lang3/ArrayUtils.java | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/main/java/org/apache/commons/lang3/ArrayUtils.java b/src/main/java/org/apache/commons/lang3/ArrayUtils.java
index b429af993..93c95b71b 100644
--- a/src/main/java/org/apache/commons/lang3/ArrayUtils.java
+++ b/src/main/java/org/apache/commons/lang3/ArrayUtils.java
@@ -5293,7 +5293,6 @@ public class ArrayUtils {
      * @param array source
      * @param indices to remove
      * @return new array of same type minus elements specified by unique values of {@code indices}
-     * @since 3.0.1
      */
     // package protected for access by unit tests
     static Object removeAll(final Object array, final int... indices) {