RFR: JDK-8326951 Missing @since Tags [v4]
Nizar Benalla
duke at openjdk.org
Wed Mar 20 02:17: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:
- update the copyright year to 2024
- Revert "update the copyright year to 2024"
This reverts commit 9ddd230dcf88bedade76a8e2804db6e120a200f8.
- update the copyright year to 2024
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/18055/files
- new: https://git.openjdk.org/jdk/pull/18055/files/3cec63e9..7d6e969e
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=18055&range=03
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=18055&range=02-03
Stats: 4 lines in 4 files changed: 0 ins; 0 del; 4 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