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.6 by jsr166, Wed Jul 22 01:36:51 2009 UTC vs.
Revision 1.7 by jsr166, Thu Jul 23 19:25:45 2009 UTC

# Line 139 | Line 139 | public class ThreadLocalRandom extends R
139                  offset += n - nextn;
140              n = nextn;
141          }
142 <        return offset + nextInt((int)n);
142 >        return offset + nextInt((int) n);
143      }
144  
145      /**

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines