Integrated: 8371759: Add missing @Override annotations in com.sun.imageio package
Sergey Bylokhov
serb at openjdk.org
Fri Nov 28 06:42:10 UTC 2025
On Thu, 13 Nov 2025 06:40:43 GMT, Sergey Bylokhov <serb at openjdk.org> wrote:
> This patch adds missing `@Override` annotations to methods in the `com.sun.imageio` 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.
This pull request has now been integrated.
Changeset: 0c6d1b9c
Author: Sergey Bylokhov <serb at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/0c6d1b9c8bfd7f4e39a6621c7a8f7bdcd044a05f
Stats: 491 lines in 93 files changed: 401 ins; 0 del; 90 mod
8371759: Add missing @Override annotations in com.sun.imageio package
Reviewed-by: tr, jdv, azvegint
-------------
PR: https://git.openjdk.org/jdk/pull/28282
More information about the client-libs-dev
mailing list