Skip to content

Commit e7bf205

Browse files
committed
Javadoc: Internal method doesn't need @SInCE tag
1 parent ba8b34a commit e7bf205

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/org/apache/commons/lang3/ArrayUtils.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5306,7 +5306,6 @@ public static long[] removeAll(final long[] array, final int... indices) {
53065306
* @param array the input array, will not be modified, and may be {@code null}.
53075307
* @param indices to remove.
53085308
* @return new array of same type minus elements specified by the set bits in {@code indices}.
5309-
* @since 3.2
53105309
*/
53115310
// package protected for access by unit tests
53125311
static Object removeAll(final Object array, final BitSet indices) {

0 commit comments

Comments
 (0)