On Wed, 9 Feb 2022 13:17:14 GMT, Kevin Rushforth <k...@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