Re: RFR: 8328751: Fix missing @Overrides in modules except javafx.web

2024-03-25 Thread Kevin Rushforth
On Thu, 21 Mar 2024 22:43:38 GMT, Andy Goryachev wrote: > Fix missing `@Override`s in > - javafx.base > - javafx.controls > - javafx.graphics > > This is still a trivial change since all the spots are identified by the IDE. > > 1 reviewer is probably enough. Marked as reviewed by kcr (Lead).

RFR: 8328751: Fix missing @Overrides in modules except javafx.web

2024-03-21 Thread Andy Goryachev
Fix missing `@Override`s in - javafx.base - javafx.controls - javafx.graphics This is still a trivial change since all the spots are identified by the IDE. 1 reviewer is probably enough. - Commit messages: - 8328751: Fix missing @Overrides in modules except javafx.web Changes: htt