Re: RFR: 5087440: (ch spec) java.io, nio bulk read(...) end-of-stream return value descriptions ambiguous

2022-03-30 Thread Roger Riggs
On Wed, 30 Mar 2022 16:05:03 GMT, Brian Burkhalter  wrote:

> Minimal version of possible fixes: make the bulk read `@return` verbiage 
> consistent in the `java.io` package.

Marked as reviewed by rriggs (Reviewer).

-

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


RFR: 5087440: (ch spec) java.io,nio bulk read(...) end-of-stream return value descriptions ambiguous

2022-03-30 Thread Brian Burkhalter
Minimal version of possible fixes: make the bulk read `@return` verbiage 
consistent in the `java.io` package.

-

Commit messages:
 - 5087440: (ch spec) java.io,nio bulk read(...) end-of-stream return value 
descriptions ambiguous

Changes: https://git.openjdk.java.net/jdk/pull/8044/files
 Webrev: https://webrevs.openjdk.java.net/?repo=jdk=8044=00
  Issue: https://bugs.openjdk.java.net/browse/JDK-5087440
  Stats: 14 lines in 3 files changed: 5 ins; 0 del; 9 mod
  Patch: https://git.openjdk.java.net/jdk/pull/8044.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk pull/8044/head:pull/8044

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