On Thu, 29 Feb 2024 17:24:53 GMT, Kevin Rushforth <[email protected]> wrote:
>> Andy Goryachev has updated the pull request incrementally with one
>> additional commit since the last revision:
>>
>> missing
>
> modules/javafx.base/src/main/java/javafx/event/Event.java line 45:
>
>> 43: */
>> 44: @SuppressWarnings("doclint")
>> 45: public class Event extends EventObject implements Cloneable {
>
> I don't think we should suppress all warnings, especially at the class level.
for some reason I though it did not work -- corrected, fixed by suppressing the
offending lines only with `@SuppressWarnings("doclint:missing")`
-------------
PR Review Comment: https://git.openjdk.org/jfx/pull/1386#discussion_r1508015767