--- jsr166/src/test/tck/AbstractQueueTest.java 2010/08/25 00:07:02 1.4 +++ jsr166/src/test/tck/AbstractQueueTest.java 2010/08/25 01:44:48 1.5 @@ -146,6 +146,7 @@ public class AbstractQueueTest extends J shouldThrow(); } catch (NullPointerException success) {} } + /** * addAll of a collection with any null elements throws NPE after * possibly adding some elements @@ -160,6 +161,7 @@ public class AbstractQueueTest extends J shouldThrow(); } catch (NullPointerException success) {} } + /** * addAll throws ISE if an add fails */