RFR: JDK-8326853 Missing @since tags for Charset related methods added in Java 10
Nizar Benalla
duke at openjdk.org
Mon Mar 11 16:41:03 UTC 2024
# Issue
- JDK-8326853 Incorrect @\since Tags for Charset Related Methods Added in JDK 10
I changed the @\since tags to better accurately show when the methods and constructors were introduced.
-------------
Commit messages:
- fixed @ since tag for Formatter.java class Constructors
- fixed @ since tag for Channels.java class newWriter and newReader methods
Changes: https://git.openjdk.org/jdk/pull/18032/files
Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=18032&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8326853
Stats: 10 lines in 2 files changed: 10 ins; 0 del; 0 mod
Patch: https://git.openjdk.org/jdk/pull/18032.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/18032/head:pull/18032
PR: https://git.openjdk.org/jdk/pull/18032
More information about the nio-dev
mailing list