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

Comparing jsr166/src/test/tck/PhaserTest.java (file contents):
Revision 1.21 by jsr166, Sun Nov 7 18:08:22 2010 UTC vs.
Revision 1.22 by jsr166, Mon Nov 8 20:02:57 2010 UTC

# Line 26 | Line 26 | public class PhaserTest extends JSR166Te
26      }
27  
28      private static final int maxParties = 65535;
29 <    
29 >
30      /** Checks state of phaser. */
31      protected void assertState(Phaser phaser,
32                                 int phase, int parties, int unarrived) {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines