RFR: 8296431 - PushbackInputStream should override transferTo [v4]
Markus KARG
duke at openjdk.org
Wed Nov 9 07:11:54 UTC 2022
On Mon, 7 Nov 2022 17:29:15 GMT, Brian Burkhalter <bpb at openjdk.org> wrote:
>> Markus KARG has updated the pull request incrementally with one additional commit since the last revision:
>>
>> fixed typo
>
> test/jdk/java/io/PushbackInputStream/TransferTo.java line 24:
>
>> 22: */
>> 23:
>> 24: import java.io.BufferedInputStream;
>
> It looks as if there are several unnecessary imports in this test. Please pare them down to those classes actually used.
Thanks. I have removed the unused imports.
-------------
PR: https://git.openjdk.org/jdk/pull/10999
More information about the core-libs-dev
mailing list