ArrayUtils: Remove stray comment.
This commit is contained in:
parent
94b0752726
commit
b2a0ac79b6
|
@ -205,10 +205,6 @@ public class ArrayUtils {
|
||||||
return newArray;
|
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.
|
* <p>Inserts the specified element at the specified position in the array.
|
||||||
* Shifts the element currently at that position (if any) and any subsequent
|
* Shifts the element currently at that position (if any) and any subsequent
|
||||||
|
|
Loading…
Reference in New Issue