--- jsr166/src/test/tck/ExecutorsTest.java 2020/02/01 16:45:50 1.52 +++ jsr166/src/test/tck/ExecutorsTest.java 2020/02/01 17:44:35 1.53 @@ -283,7 +283,7 @@ public class ExecutorsTest extends JSR16 public void realRun() throws InterruptedException { try { delay(LONG_DELAY_MS); - } catch(InterruptedException OK) { + } catch (InterruptedException OK) { } }};