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

Comparing jsr166/src/main/java/util/concurrent/ThreadLocalRandom.java (file contents):
Revision 1.35 by jsr166, Sat Sep 19 21:07:11 2015 UTC vs.
Revision 1.36 by jsr166, Sat Sep 19 21:39:03 2015 UTC

# Line 97 | Line 97 | public class ThreadLocalRandom extends R
97       */
98  
99      /** Generates per-thread initialization/probe field */
100 <    private static final AtomicInteger probeGenerator =
101 <        new AtomicInteger();
100 >    private static final AtomicInteger probeGenerator = new AtomicInteger();
101  
102      /**
103       * The next seed for default constructors.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines