Integrated: JDK-8286783: Expand use of @inheritDoc in InputStream and OutputStream subclasses
Joe Darcy
darcy at openjdk.java.net
Tue May 17 16:18:50 UTC 2022
On Sun, 15 May 2022 18:36:07 GMT, Joe Darcy <darcy at openjdk.org> wrote:
> Make the javadoc in the InputStream and OutputStream subclasses in core libs DRY-er by use of inheritDoc. (Any analagous changes to AudioInputStream in client libs will be done another a separate bug.) When the time comes, will do any necessary merging for the changes in[JDK-8286200.
>
> Please also review the CSR to cover the introduction of implspec and implNote tags: https://bugs.openjdk.java.net/browse/JDK-8286784
This pull request has now been integrated.
Changeset: 8e602b86
Author: Joe Darcy <darcy at openjdk.org>
URL: https://git.openjdk.java.net/jdk/commit/8e602b862db305e6f28b13f9fb0f7ff2cab89bae
Stats: 201 lines in 13 files changed: 60 ins; 45 del; 96 mod
8286783: Expand use of @inheritDoc in InputStream and OutputStream subclasses
Reviewed-by: alanb
-------------
PR: https://git.openjdk.java.net/jdk/pull/8717
More information about the core-libs-dev
mailing list