RFR: 8336895: BufferedReader doesn't read full \r\n line ending when it doesn't fit in buffer [v3]
Brian Burkhalter
bpb at openjdk.org
Wed Aug 28 18:04:34 UTC 2024
On Wed, 28 Aug 2024 14:49:24 GMT, Jaikiran Pai <jpai at openjdk.org> wrote:
>> Brian Burkhalter has updated the pull request incrementally with one additional commit since the last revision:
>>
>> 8336895: Modified verbiage per reviewer comment
>
> src/java.base/share/classes/java/io/BufferedInputStream.java line 54:
>
>> 52: *
>> 53: * <p> More than one instance of {@code BufferedInputStream} should not be
>> 54: * used with the same underlying {@code InputStream} instance. Doing
>
> Nit - there's one extra space here before the `Doing`. Same in the other classes as well.
Fixed in d6831f9.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/20320#discussion_r1735090263
More information about the core-libs-dev
mailing list