--- jsr166/src/test/tck/BlockingQueueTest.java 2011/05/30 22:43:20 1.8 +++ jsr166/src/test/tck/BlockingQueueTest.java 2011/05/30 23:51:08 1.9 @@ -39,7 +39,7 @@ public abstract class BlockingQueueTest //---------------------------------------------------------------- // Configuration methods //---------------------------------------------------------------- - + /** Returns an empty instance of the implementation class. */ protected abstract BlockingQueue emptyCollection(); @@ -54,7 +54,7 @@ public abstract class BlockingQueueTest //---------------------------------------------------------------- // Tests //---------------------------------------------------------------- - + /** * offer(null) throws NullPointerException */