RFR: 8366359: Test should throw SkippedException when there is no lpstat [v3]
SendaoYan
syan at openjdk.org
Fri Aug 29 10:29:58 UTC 2025
On Fri, 29 Aug 2025 09:25:41 GMT, Alexey Ivanov <aivanov at 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
More information about the client-libs-dev
mailing list