--- jsr166/src/test/tck/ScheduledExecutorTest.java 2009/11/21 02:07:27 1.26 +++ jsr166/src/test/tck/ScheduledExecutorTest.java 2009/12/01 09:48:12 1.28 @@ -178,7 +178,6 @@ public class ScheduledExecutorTest exten } joinPool(se); - } /** @@ -667,7 +666,7 @@ public class ScheduledExecutorTest exten public String call() { try { latch.await(); - } catch (InterruptedException ok) {} + } catch (InterruptedException quittingTime) {} return TEST_STRING; }}); l.add(null); @@ -851,7 +850,7 @@ public class ScheduledExecutorTest exten public String call() { try { latch.await(); - } catch (InterruptedException ok) {} + } catch (InterruptedException quittingTime) {} return TEST_STRING; }}); l.add(null);