This patch adds missing `@Override` annotations to methods in the `javax.imageio.stream` package that override methods from a superclass or interface. 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. --------- - [x] I confirm that I make this contribution in accordance with the [OpenJDK Interim AI Policy](https://openjdk.org/legal/ai). ------------- Commit messages: - 8390249: Add missing @Override annotations in "javax.imageio.stream" packages Changes: https://git.openjdk.org/jdk/pull/32323/files Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=32323&range=00 Issue: https://bugs.openjdk.org/browse/JDK-8390249 Stats: 155 lines in 10 files changed: 145 ins; 0 del; 10 mod Patch: https://git.openjdk.org/jdk/pull/32323.diff Fetch: git fetch https://git.openjdk.org/jdk.git pull/32323/head:pull/32323 PR: https://git.openjdk.org/jdk/pull/32323
