RFR: JDK-8286604: Update InputStream and OutputStream to use @implSpec
Joe Darcy
darcy at openjdk.java.net
Wed May 11 20:47:12 UTC 2022
While doing a CSR review of another issue, I noticed some cases in InputStream and OutputStream what would benefit from being upgraded to implSpec and related javadoc tags.
The "A subclass must provide an implementation of this method." statements on several abstract methods don't add much value, but I chose to leave them in for this request.
Please also review the corresponding CSR: https://bugs.openjdk.java.net/browse/JDK-8286605
-------------
Commit messages:
- JDK-8286604: Update InputStream and OutputStream to use @implSpec
Changes: https://git.openjdk.java.net/jdk/pull/8663/files
Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=8663&range=00
Issue: https://bugs.openjdk.java.net/browse/JDK-8286604
Stats: 36 lines in 2 files changed: 18 ins; 4 del; 14 mod
Patch: https://git.openjdk.java.net/jdk/pull/8663.diff
Fetch: git fetch https://git.openjdk.java.net/jdk pull/8663/head:pull/8663
PR: https://git.openjdk.java.net/jdk/pull/8663
More information about the core-libs-dev
mailing list