--- jsr166/src/test/tck/CyclicBarrierTest.java 2016/09/15 01:18:01 1.28 +++ jsr166/src/test/tck/CyclicBarrierTest.java 2017/05/29 22:44:26 1.29 @@ -39,7 +39,7 @@ public class CyclicBarrierTest extends J } /** - * Creating with negative parties throws IAE + * Creating with negative parties throws IllegalArgumentException */ public void testConstructor1() { try { @@ -49,7 +49,8 @@ public class CyclicBarrierTest extends J } /** - * Creating with negative parties and no action throws IAE + * Creating with negative parties and no action throws + * IllegalArgumentException */ public void testConstructor2() { try {