RFR: 8328752: Fix missing @Overrides in javafx.web
Kevin Rushforth
kcr at openjdk.org
Fri Mar 22 15:44:35 UTC 2024
On Thu, 21 Mar 2024 23:48:40 GMT, Andy Goryachev <angorya at openjdk.org> wrote:
> Fix missing @Overrides in **javafx.web**.
>
> This is still a trivial change since all the spots are identified by the IDE.
There are special considerations when touching files under `modules/javafx.web/src/main/native/Source/WebCore/bindings/java/dom3/java`, so it will need an extra pair of eyes. Also, this will need to be backported to earlier release trains to keep `modules/javafx.web/src/main/native/` identical for all releases.
Reviewers: @kevinrushforth @HimaBinduMeda
-------------
PR Comment: https://git.openjdk.org/jfx/pull/1424#issuecomment-2015368894
More information about the openjfx-dev
mailing list