Integrated: 8378050: Add missing @Override annotations in "java.awt.color" package
Sergey Bylokhov
serb at openjdk.org
Fri Feb 20 01:01:59 UTC 2026
On Mon, 16 Feb 2026 20:56:57 GMT, Sergey Bylokhov <serb at openjdk.org> 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 <serb at openjdk.org>
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
More information about the client-libs-dev
mailing list