From b2a0ac79b6281e2cf8274548277dbda9a5db6710 Mon Sep 17 00:00:00 2001 From: pascalschumacher Date: Mon, 30 Dec 2019 22:16:26 +0100 Subject: [PATCH] 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 c5813894d..3cfe46ea9 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 is OK - - /** *

Inserts the specified element at the specified position in the array. * Shifts the element currently at that position (if any) and any subsequent