RFR: 8341566: Adding factory for non-synchronized CharSequence Reader [v2]
Markus KARG
duke at openjdk.org
Sun Oct 6 17:44:53 UTC 2024
On Sun, 6 Oct 2024 17:25:55 GMT, Markus KARG <duke at openjdk.org> wrote:
>> src/java.base/share/classes/java/io/Reader.java line 187:
>>
>>> 185: * Reads a single character.
>>> 186: *
>>> 187: * @return The character read, or -1 if the end of the stream has been
>>
>> Don't need these javadocs; this implementation class is not publicly visible.
>
> Correct. If everybody is fine with that, I will drop it.
Dropped it.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/21371#discussion_r1789182924
More information about the core-libs-dev
mailing list