RFR: 8296431 - PushbackInputStream should override transferTo [v3]
Markus KARG
duke at openjdk.org
Sat Nov 5 18:29:48 UTC 2022
On Sat, 5 Nov 2022 17:13:14 GMT, Alan Bateman <alanb at openjdk.org> wrote:
>> Markus KARG has updated the pull request incrementally with two additional commits since the last revision:
>>
>> - Removing synchronization
>> - Renamed lock back to closeLock
>
> src/java.base/share/classes/java/io/PushbackInputStream.java line 58:
>
>> 56: public class PushbackInputStream extends FilterInputStream {
>> 57:
>> 58: // initialized to null when BufferedInputStream is sub-classed
>
> Thanks for the update, I think the change to PBIS looks okay, it's just this comment, which looks like it was copied from BIS.
Fixed. Thanks, I have overlooked this one!
-------------
PR: https://git.openjdk.org/jdk/pull/10999
More information about the core-libs-dev
mailing list