RFR: 8354724: BufferedReader readAllLines and readString methods [v2]

Brian Burkhalter bpb at openjdk.org
Thu Apr 17 18:45:14 UTC 2025


On Thu, 17 Apr 2025 16:42:54 GMT, Brian Burkhalter <bpb at openjdk.org> wrote:

>> src/java.base/share/classes/java/io/BufferedReader.java line 459:
>> 
>>> 457:      * @since 25
>>> 458:      */
>>> 459:     public  String readString() throws IOException {
>> 
>> Suggestion:
>> 
>>     public String readString() throws IOException {
>
> Thanks. Will be fixed in next commit.

Fixed in b5d8266.

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/24728#discussion_r2049474699


More information about the core-libs-dev mailing list