RFR: 8371759: Add missing @Override annotations in com.sun.imageio package [v2]
Alexander Zvegintsev
azvegint at openjdk.org
Fri Nov 28 05:45:53 UTC 2025
On Thu, 27 Nov 2025 22:18:10 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.
>
> Sergey Bylokhov has updated the pull request with a new target base due to a merge or a rebase. The incremental webrev excludes the unrelated changes brought in by the merge/rebase. The pull request contains two additional commits since the last revision:
>
> - Merge branch 'openjdk:master' into JDK-8371759
> - 8371759: Add missing @Override annotations in com.sun.imageio package
Marked as reviewed by azvegint (Reviewer).
-------------
PR Review: https://git.openjdk.org/jdk/pull/28282#pullrequestreview-3517544257
More information about the client-libs-dev
mailing list