RFR: 8296431 - PushbackInputStream should override transferTo [v4]

Brian Burkhalter bpb at openjdk.org
Mon Nov 7 17:33:20 UTC 2022


On Sat, 5 Nov 2022 18:29:47 GMT, Markus KARG <duke at openjdk.org> wrote:

>> This PR implements JDK-8296431
>
> 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.

-------------

PR: https://git.openjdk.org/jdk/pull/10999


More information about the core-libs-dev mailing list