RFR: 8247918: Clarify Reader.skip behavior for end of stream [v2]

Brian Burkhalter bpb at openjdk.java.net
Fri Feb 12 16:39:43 UTC 2021


On Fri, 12 Feb 2021 15:51:59 GMT, Roger Riggs <rriggs at openjdk.org> wrote:

>> Brian Burkhalter has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   8247918: Change'ns' to 'n' in the skip doc
>
> src/java.base/share/classes/java/io/StringReader.java line 108:
> 
>> 106: 
>> 107:     /**
>> 108:      * {@inheritDoc}
> 
> Using inheritDoc for the exceptions adds several new and irrelevant impossible causes to the javadoc.
> " This method will block until some characters are available", etc.

Good catch; will fix.

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

PR: https://git.openjdk.java.net/jdk/pull/2274


More information about the core-libs-dev mailing list