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

Comparing jsr166/src/test/tck/ThreadLocalRandomTest.java (file contents):
Revision 1.27 by jsr166, Fri Oct 13 02:34:59 2017 UTC vs.
Revision 1.28 by jsr166, Sun Jan 7 22:59:18 2018 UTC

# Line 355 | Line 355 | public class ThreadLocalRandomTest exten
355          // Don't use main thread's ThreadLocalRandom - it is likely to
356          // be polluted by previous tests.
357          final AtomicReference<ThreadLocalRandom> threadLocalRandom =
358 <            new AtomicReference<ThreadLocalRandom>();
358 >            new AtomicReference<>();
359          final AtomicLong rand = new AtomicLong();
360  
361          long firstRand = 0;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines