On Wed, 12 Aug 2026 20:17:12 GMT, Sergey Bylokhov <[email protected]> wrote:
> 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). This pull request has now been integrated. Changeset: 88521b35 Author: Sergey Bylokhov <[email protected]> URL: https://git.openjdk.org/jdk/commit/88521b3587dab95b37578cd943dab2074a0f608e Stats: 155 lines in 10 files changed: 145 ins; 0 del; 10 mod 8390249: Add missing @Override annotations in "javax.imageio.stream" package Reviewed-by: psadhukhan, azvegint ------------- PR: https://git.openjdk.org/jdk/pull/32323
