On Thu, 9 Sep 2021 23:54:25 GMT, Brian Burkhalter <b...@openjdk.org> wrote:

>> Modify the class level specification of `java.io.FilterInputStream` to be 
>> more exact about `java.io.InputStream` methods that it overrides.
>
> Brian Burkhalter has updated the pull request incrementally with one 
> additional commit since the last revision:
> 
>   8273513: Change key to select as suggested in CSR comment

LGTM.

src/java.base/share/classes/java/io/FilterInputStream.java line 90:

> 88:      * This method simply performs the call
> 89:      * {@code read(b, 0, b.length)} and returns
> 90:      * the  result. It is important that it does

Preexisting: an extra space before "result."

-------------

Marked as reviewed by naoto (Reviewer).

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

Reply via email to