On Mon, 22 Feb 2021 23:27:19 GMT, Brian Burkhalter <b...@openjdk.org> wrote:
> 8258444: Clean up specifications of java.io.Reader.read(char[],int,int) in > subclass overrides This change proposes to use {@inheritDoc} to improve consistency of the specification of `Reader.read(char[],in,in)` in `Reader` and its subclasses. In the course of this, some bounds checks are replaced with `Objects.checkFromIndexSize()`. ------------- PR: https://git.openjdk.java.net/jdk/pull/2680