--- jsr166/src/test/tck/SynchronousQueueTest.java 2011/03/15 19:47:07 1.31 +++ jsr166/src/test/tck/SynchronousQueueTest.java 2011/04/14 22:55:08 1.32 @@ -159,7 +159,7 @@ public class SynchronousQueueTest extend q.put(null); shouldThrow(); } catch (NullPointerException success) {} - } + } /** * put blocks interruptibly if no active taker