Integrated: 8248383: Clarify java.io.Reader.read(char[], ...) behavior for full array
Brian Burkhalter
bpb at openjdk.java.net
Thu Dec 17 16:33:03 UTC 2020
On Thu, 10 Dec 2020 17:22:06 GMT, Brian Burkhalter <bpb at openjdk.org> wrote:
> Please review this small verbiage change to specify clearly the behavior of `Reader::read(char[] cbuf)` when the length of `cbuf` is zero, and that of `Reader::read(char[] cbuf, int off, int len)` when `len` is zero.
This pull request has now been integrated.
Changeset: 143998e4
Author: Brian Burkhalter <bpb at openjdk.org>
URL: https://git.openjdk.java.net/jdk/commit/143998e4
Stats: 95 lines in 2 files changed: 95 ins; 0 del; 0 mod
8248383: Clarify java.io.Reader.read(char[], ...) behavior for full array
Reviewed-by: naoto, smarks, rriggs
-------------
PR: https://git.openjdk.java.net/jdk/pull/1737
More information about the core-libs-dev
mailing list