RFR: 8251353: Many javafx scenegraph classes have implicit no-arg constructors [v2]
Nir Lisker
nlisker at openjdk.java.net
Tue Aug 25 09:14:08 UTC 2020
On Tue, 18 Aug 2020 23:31:42 GMT, Kevin Rushforth <kcr at openjdk.org> wrote:
>> modules/javafx.controls/src/main/java/javafx/scene/control/TableFocusModel.java line 51:
>>
>>> 50:
>>> 51: /**
>>> 52: * Causes the item at the given index to receive the focus.
>>
>> Please add a missing `)` for the class docs on line 30.
>
> The change to the class header seems unrelated. It would be a good thing to fix, but could be done as part of a
> follow-on doc cleanup issue.
Alright, we could add them to this version's doc fixes issue.
-------------
PR: https://git.openjdk.java.net/jfx/pull/283
More information about the openjfx-dev
mailing list