On Fri, 12 Feb 2021 15:51:59 GMT, Roger Riggs <rri...@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