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

Comparing jsr166/src/test/loops/CancelledFutureLoops.java (file contents):
Revision 1.7 by jsr166, Wed Dec 31 17:00:58 2014 UTC vs.
Revision 1.8 by jsr166, Mon Aug 10 06:47:33 2015 UTC

# Line 44 | Line 44 | public final class CancelledFutureLoops
44          pool.shutdown();
45      }
46  
47 <    static final class FutureLoop implements Callable {
47 >    static final class FutureLoop implements Callable<Object> {
48          private int v = rng.next();
49          private final ReentrantLock lock = new ReentrantLock();
50          private final LoopHelpers.BarrierTimer timer = new LoopHelpers.BarrierTimer();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines