RFR: JDK-8326951 Missing @since Tags [v2]
Nizar Benalla
duke at openjdk.org
Tue Mar 19 11:23:36 UTC 2024
> I added `@since` tags for methods/constructors that do not match the `@since` of the enclosing class.
>
> The `write` method already existed in `PrintStream` in earlier versions and instances of it could always call this method, since it extends `FilterOutputStream` [which has the method](https://github.com/openjdk/jdk6/blob/3e49aa876353eaa215cde71eb21acc9b7f9872a0/jdk/src/share/classes/java/io/FilterOutputStream.java#L96).
Nizar Benalla has updated the pull request incrementally with three additional commits since the last revision:
- Revert "fix rest of private/public since tags"
This reverts commit 2c04a9d8e773616b7b6239335d4e5eb955944ad1.
- Revert "removed unnecessary @ since tags"
This reverts commit 5da3f0d83d19393eeb3a9da68aac40dd999de660.
- removed unnecessary @ since tags
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/18055/files
- new: https://git.openjdk.org/jdk/pull/18055/files/2c04a9d8..ba97724d
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=18055&range=01
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=18055&range=00-01
Stats: 10 lines in 10 files changed: 8 ins; 0 del; 2 mod
Patch: https://git.openjdk.org/jdk/pull/18055.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/18055/head:pull/18055
PR: https://git.openjdk.org/jdk/pull/18055
More information about the nio-dev
mailing list