--- jsr166/src/jsr166e/extra/ReadMostlyVector.java 2012/11/18 18:03:10 1.31 +++ jsr166/src/jsr166e/extra/ReadMostlyVector.java 2012/11/19 01:12:11 1.32 @@ -93,7 +93,6 @@ public class ReadMostlyVector * Creates an empty vector with the given initial capacity. * * @param initialCapacity the initial capacity of the underlying array - * * @throws IllegalArgumentException if initial capacity is negative */ public ReadMostlyVector(int initialCapacity) {