On Wed, 23 Mar 2022 22:51:17 GMT, Phil Race <p...@openjdk.org> wrote:
>> lawrence.andrews has updated the pull request incrementally with one >> additional commit since the last revision: >> >> Fixed minor spelling > > test/jdk/java/awt/print/PrinterJob/InitToBlack.java line 172: > >> 170: if (!CountDownLatch.await(2, TimeUnit.MINUTES)) { >> 171: throw new RuntimeException("Timeout : User did not decided >> " + >> 172: "whether test passed or failed"); > > decided => decide Fixed decided => decide ------------- PR: https://git.openjdk.java.net/jdk/pull/7860