--- jsr166/src/test/tck/ArrayBlockingQueueTest.java 2010/08/25 00:07:02 1.29 +++ jsr166/src/test/tck/ArrayBlockingQueueTest.java 2010/08/25 01:44:48 1.30 @@ -224,6 +224,7 @@ public class ArrayBlockingQueueTest exte shouldThrow(); } catch (NullPointerException success) {} } + /** * addAll of a collection with any null elements throws NPE after * possibly adding some elements @@ -238,6 +239,7 @@ public class ArrayBlockingQueueTest exte shouldThrow(); } catch (NullPointerException success) {} } + /** * addAll throws ISE if not enough room */ @@ -251,6 +253,7 @@ public class ArrayBlockingQueueTest exte shouldThrow(); } catch (IllegalStateException success) {} } + /** * Queue contains all elements, in traversal order, of successful addAll */