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

Comparing jsr166/src/jsr166y/ThreadLocalRandom.java (file contents):
Revision 1.11 by dl, Fri Jul 31 16:25:20 2009 UTC vs.
Revision 1.12 by jsr166, Wed Aug 19 17:44:45 2009 UTC

# Line 85 | Line 85 | public class ThreadLocalRandom extends R
85      }
86  
87      /**
88 <     * Throws UnsupportedOperationException. Setting seeds in this
89 <     * generator is unsupported.
88 >     * Throws {@code UnsupportedOperationException}.  Setting seeds in
89 >     * this generator is not supported.
90       *
91       * @throws UnsupportedOperationException always
92       */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines