--- jsr166/src/main/java/util/Random.java 2010/09/05 21:32:19 1.26 +++ jsr166/src/main/java/util/Random.java 2010/09/21 17:00:45 1.27 @@ -268,7 +268,7 @@ class Random implements java.io.Serializ * @return the next pseudorandom, uniformly distributed {@code int} * value between {@code 0} (inclusive) and {@code n} (exclusive) * from this random number generator's sequence - * @exception IllegalArgumentException if n is not positive + * @throws IllegalArgumentException if n is not positive * @since 1.2 */