summaryrefslogtreecommitdiff
path: root/java/util/ArrayList.java
diff options
context:
space:
mode:
Diffstat (limited to 'java/util/ArrayList.java')
-rw-r--r--java/util/ArrayList.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/java/util/ArrayList.java b/java/util/ArrayList.java
index 1fb25d801..0da2193af 100644
--- a/java/util/ArrayList.java
+++ b/java/util/ArrayList.java
@@ -503,8 +503,8 @@ public class ArrayList<E> extends AbstractList<E>
// do so).
throw new IndexOutOfBoundsException("Index: " + index + ", Size: " + size);
}
-
-
+
+
/**
* Remove from this list all elements contained in the given collection.
* This is not public, due to Sun's API, but this performs in linear