[jfx18] RFR: 8271085: TabPane: Redundant API docs [v2]
Nir Lisker
nlisker at openjdk.java.net
Wed Feb 9 13:37:15 UTC 2022
On Wed, 9 Feb 2022 13:17:14 GMT, Kevin Rushforth <kcr at openjdk.org> wrote:
>> modules/javafx.controls/src/main/java/javafx/scene/control/TabPane.java line 738:
>>
>>> 736:
>>> 737: /**
>>> 738: * <p>This specifies how the {@code TabPane} handles tab closing from an end-user's
>>
>> Since you are fixing the description here, can you remove the "This" in the beginning?
>
> Good suggestion.
>
> Also optional, you can remove the `<p>` since they are not needed for the initial paragraph.
There are many redundant `<p>` tags in the property docs too if you want to deal with them as well for consistency (not important).
-------------
PR: https://git.openjdk.java.net/jfx/pull/728
More information about the openjfx-dev
mailing list