--- jsr166/src/test/tck/PhaserTest.java 2010/11/07 18:08:22 1.21 +++ jsr166/src/test/tck/PhaserTest.java 2010/11/08 20:02:57 1.22 @@ -26,7 +26,7 @@ public class PhaserTest extends JSR166Te } private static final int maxParties = 65535; - + /** Checks state of phaser. */ protected void assertState(Phaser phaser, int phase, int parties, int unarrived) {