RFR: JDK-8286604: Update InputStream and OutputStream to use @implSpec [v2]

Joe Darcy darcy at openjdk.java.net
Thu May 12 20:04:34 UTC 2022


On Wed, 11 May 2022 22:43:43 GMT, liach <duke at openjdk.java.net> 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


More information about the core-libs-dev mailing list