On Fri, 29 Aug 2025 09:25:41 GMT, Alexey Ivanov <aiva...@openjdk.org> wrote:
>> SendaoYan has updated the pull request incrementally with one additional >> commit since the last revision: >> >> Remove unnecessary whitespace > > test/jdk/javax/print/PrintServiceLookup/CountPrintServices.java line 52: > >> 50: try { >> 51: proc = Runtime.getRuntime().exec(lpcmd); >> 52: } catch (java.io.IOException e) { > > Why not import `java.io.IOException`? Thanks. Fixed. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/26988#discussion_r2309800628