RFR: 8378388: Add missing @Override annotations in "javax.print.attribute.standard" package part 1
Sergey Bylokhov
serb at openjdk.org
Mon Feb 23 05:03:33 UTC 2026
This patch adds missing `@Override` annotations to methods in the `javax.print.attribute.standard` package that override methods from a superclass or interface.
Since the package is large the fix has been split, this is the first part.
Only source annotations are added; there are no behavioral changes.
The previous patch for `com.sun.beans` can be found here: https://github.com/openjdk/jdk/pull/27887.
-------------
Commit messages:
- 8378388: Add missing @Override annotations in "javax.print.attribute.standard" package part 1
Changes: https://git.openjdk.org/jdk/pull/29861/files
Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=29861&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8378388
Stats: 142 lines in 33 files changed: 109 ins; 0 del; 33 mod
Patch: https://git.openjdk.org/jdk/pull/29861.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/29861/head:pull/29861
PR: https://git.openjdk.org/jdk/pull/29861
More information about the client-libs-dev
mailing list