On Mon, 16 Feb 2026 20:56:57 GMT, Sergey Bylokhov <[email protected]> wrote:
> This patch adds missing `@Override` annotations to methods in the > `java.awt.color` 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: 866cbcbe Author: Sergey Bylokhov <[email protected]> URL: https://git.openjdk.org/jdk/commit/866cbcbecb02bf9d7bbc37941a503cc968f34428 Stats: 13 lines in 3 files changed: 10 ins; 0 del; 3 mod 8378050: Add missing @Override annotations in "java.awt.color" package Reviewed-by: kizune, prr ------------- PR: https://git.openjdk.org/jdk/pull/29749
