On Mon, 7 Nov 2022 17:29:15 GMT, Brian Burkhalter <b...@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