--- jsr166/src/test/tck/JSR166TestCase.java 2010/09/17 00:52:36 1.54 +++ jsr166/src/test/tck/JSR166TestCase.java 2010/09/20 20:42:37 1.55 @@ -383,7 +383,7 @@ public class JSR166TestCase extends Test AssertionError ae = new AssertionError("unexpected exception: " + t); t.initCause(t); throw ae; - } + } } /**