On Tue, 7 Feb 2023 17:12:48 GMT, Nir Lisker <[email protected]> wrote:
>> Fixes and cleanup in the areas in the linked issue. > > Nir Lisker has updated the pull request incrementally with three additional > commits since the last revision: > > - Update > modules/javafx.graphics/src/main/java/javafx/scene/text/TextFlow.java > > Co-authored-by: John Hendrikx <[email protected]> > - Update > modules/javafx.graphics/src/main/java/javafx/scene/text/TextFlow.java > > Co-authored-by: John Hendrikx <[email protected]> > - Update > modules/javafx.graphics/src/main/java/javafx/scene/text/TextFlow.java > > Co-authored-by: John Hendrikx <[email protected]> modules/javafx.controls/src/main/java/javafx/scene/control/ListView.java line 472: > 470: * @since JavaFX 8.0 > 471: */ > 472: private ObjectProperty<Node> placeholder; could we add a blank line after this statement? ------------- PR: https://git.openjdk.org/jfx/pull/1025
