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

Comparing jsr166/src/test/loops/PhaserLoops.java (file contents):
Revision 1.5 by jsr166, Sun Oct 21 06:40:21 2012 UTC vs.
Revision 1.6 by jsr166, Thu Dec 18 18:43:22 2014 UTC

# Line 56 | Line 56 | public class PhaserLoops {
56                      actions[i] = new PhaserAction(i, phaser, size);
57                  }
58  
59 <                Future[] futures = new Future[k];
59 >                Future<?>[] futures = new Future<?>[k];
60                  for (int i = 0; i < k; ++i) {
61                      futures[i] = pool.submit(actions[i]);
62                  }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines