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