--- jsr166/src/test/tck/PriorityBlockingQueueTest.java 2010/08/25 00:07:03 1.26 +++ jsr166/src/test/tck/PriorityBlockingQueueTest.java 2010/08/25 01:44:48 1.27 @@ -245,6 +245,7 @@ public class PriorityBlockingQueueTest e shouldThrow(); } catch (NullPointerException success) {} } + /** * addAll of a collection with any null elements throws NPE after * possibly adding some elements