On Wed, 11 May 2022 22:43:43 GMT, liach <[email protected]> wrote:
>> Joe Darcy has updated the pull request incrementally with one additional
>> commit since the last revision:
>>
>> Respond to review feedback.
>
> src/java.base/share/classes/java/io/OutputStream.java line 151:
>
>> 149: * The {@code write} method of {@code OutputStream} calls
>> 150: * the write method of one argument on each of the bytes to be
>> 151: * written out. Subclasses are encouraged to override this method
>> and
>
> Shouldn't the "subclasses" information be part of the API Note?
Sure; moved to an apiNote.
-------------
PR: https://git.openjdk.java.net/jdk/pull/8663