--- jsr166/src/test/tck/AbstractQueueTest.java 2017/05/29 22:44:26 1.15 +++ jsr166/src/test/tck/AbstractQueueTest.java 2018/01/10 15:35:17 1.16 @@ -53,7 +53,7 @@ public class AbstractQueueTest extends J } /** - * add throws IllegalStateException true if offer fails + * add throws IllegalStateException if offer fails */ public void testAddF() { Fail q = new Fail();