--- jsr166/src/test/tck/TimeUnitTest.java 2009/11/16 04:57:10 1.11 +++ jsr166/src/test/tck/TimeUnitTest.java 2009/11/16 05:30:08 1.12 @@ -410,7 +410,7 @@ public class TimeUnitTest extends JSR166 public void run() { try { Thread.sleep(MEDIUM_DELAY_MS); - } catch (InterruptedException success){} + } catch (InterruptedException success) {} } }); s.start(); @@ -473,7 +473,7 @@ public class TimeUnitTest extends JSR166 TimeUnit r = (TimeUnit)in.readObject(); assertEquals(q.toString(), r.toString()); - } catch (Exception e){ + } catch (Exception e) { e.printStackTrace(); unexpectedException(); }