RFR: 8328754: Fix missing @Overrides in test

Karthik P K kpk at openjdk.org
Thu Mar 28 12:14:33 UTC 2024


On Fri, 22 Mar 2024 15:55:35 GMT, Andy Goryachev <angorya at openjdk.org> wrote:

> Fixing missing @ OVERRIDES in tests.
> 
> This is still a trivial change since all the spots are identified by the IDE.

Changes looks good.
Found few file where `@Override` can be added for `start` method.

1. `BigGlyphIDTest.java`
2. `INVISIBLE_GLYPH_IDTest.java`
3. `LoadFonts.java`

-------------

PR Review: https://git.openjdk.org/jfx/pull/1427#pullrequestreview-1965991395


More information about the openjfx-dev mailing list