RFR: 8341566: Adding factory for non-synchronized CharSequence Reader [v4]
Chen Liang
liach at openjdk.org
Tue Oct 8 12:40:58 UTC 2024
On Tue, 8 Oct 2024 11:59:03 GMT, Markus KARG <duke at openjdk.org> wrote:
>> src/java.base/share/classes/java/io/Reader.java line 155:
>>
>>> 153: * have no effect.
>>> 154: *
>>> 155: * <p> After the reader has been closed, the {@code read()},
>>
>> The API docs in 5cbc0450 looks okay. One minor comment is that "After the reader has been closed ..." doesn't need to be a new paragraph as it's part of the lifecycle topic in the previous paragraph.
>
> IIUC I shall just remove the `<p>` but keep the text `After the reader...`?
Yep. Better keep everything about closing in the same paragraph.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/21371#discussion_r1791798714
More information about the core-libs-dev
mailing list