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 second part. Only source annotations are added; there are no behavioral changes. Part 1 can be found here: https://github.com/openjdk/jdk/pull/29861. ------------- Commit messages: - 8378885: Add missing @Override annotations in "javax.print.attribute.standard" package part 2 Changes: https://git.openjdk.org/jdk/pull/29975/files Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=29975&range=00 Issue: https://bugs.openjdk.org/browse/JDK-8378885 Stats: 170 lines in 38 files changed: 132 ins; 0 del; 38 mod Patch: https://git.openjdk.org/jdk/pull/29975.diff Fetch: git fetch https://git.openjdk.org/jdk.git pull/29975/head:pull/29975 PR: https://git.openjdk.org/jdk/pull/29975
