We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de66e5d commit 301537dCopy full SHA for 301537d
1 file changed
MD/ArrayList.md
@@ -75,7 +75,7 @@
75
public void add(int index, E element) {
76
insertElementAt(element, index);
77
}
78
- public synchronized void insertElementAt(E obj, int index) {
+ public synchronized void insertElementAt(E obj, int index) {
79
modCount++;
80
if (index > elementCount) {
81
throw new ArrayIndexOutOfBoundsException(index
0 commit comments