ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/main/java/util/Random.java
(Generate patch)

Comparing jsr166/src/main/java/util/Random.java (file contents):
Revision 1.26 by jsr166, Sun Sep 5 21:32:19 2010 UTC vs.
Revision 1.27 by jsr166, Tue Sep 21 17:00:45 2010 UTC

# Line 268 | Line 268 | class Random implements java.io.Serializ
268       * @return the next pseudorandom, uniformly distributed {@code int}
269       *         value between {@code 0} (inclusive) and {@code n} (exclusive)
270       *         from this random number generator's sequence
271 <     * @exception IllegalArgumentException if n is not positive
271 >     * @throws IllegalArgumentException if n is not positive
272       * @since 1.2
273       */
274  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines