RFR: 8248383: Clarify java.io.Reader.read(char[], ...) behavior for full array [v3]
Brian Burkhalter
bpb at openjdk.java.net
Thu Dec 10 23:36:13 UTC 2020
> 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.
Brian Burkhalter has updated the pull request incrementally with one additional commit since the last revision:
8248383: Re-indent subclasses in @see tages
-------------
Changes:
- all: https://git.openjdk.java.net/jdk/pull/1737/files
- new: https://git.openjdk.java.net/jdk/pull/1737/files/d8497f0f..7fbc77f7
Webrevs:
- full: https://webrevs.openjdk.java.net/?repo=jdk&pr=1737&range=02
- incr: https://webrevs.openjdk.java.net/?repo=jdk&pr=1737&range=01-02
Stats: 3 lines in 1 file changed: 0 ins; 0 del; 3 mod
Patch: https://git.openjdk.java.net/jdk/pull/1737.diff
Fetch: git fetch https://git.openjdk.java.net/jdk pull/1737/head:pull/1737
PR: https://git.openjdk.java.net/jdk/pull/1737
More information about the core-libs-dev
mailing list