--- jsr166/src/test/tck/ForkJoinPoolTest.java 2012/01/10 14:03:17 1.45 +++ jsr166/src/test/tck/ForkJoinPoolTest.java 2012/01/10 16:31:30 1.46 @@ -245,7 +245,7 @@ public class ForkJoinPoolTest extends JS try { p.execute(new FibTask(8)); assertTrue(uehInvoked.await(MEDIUM_DELAY_MS, MILLISECONDS)); - } catch(RejectedExecutionException ok) { + } catch (RejectedExecutionException ok) { } } finally { p.shutdownNow(); // failure might have prevented processing task