--- jsr166/src/test/tck/PriorityQueueTest.java 2010/08/25 00:07:03 1.16 +++ jsr166/src/test/tck/PriorityQueueTest.java 2010/08/25 01:44:48 1.17 @@ -213,6 +213,7 @@ public class PriorityQueueTest extends J shouldThrow(); } catch (NullPointerException success) {} } + /** * addAll of a collection with null elements throws NPE */ @@ -224,6 +225,7 @@ public class PriorityQueueTest extends J shouldThrow(); } catch (NullPointerException success) {} } + /** * addAll of a collection with any null elements throws NPE after * possibly adding some elements