On Sat, 25 Jul 2020 18:11:55 GMT, Nir Lisker <nlis...@openjdk.org> wrote:

>> Fixes https://bugs.openjdk.java.net/browse/JDK-8246343 and some additional 
>> fixes in the vicinity.
>
> Nir Lisker has updated the pull request incrementally with one additional 
> commit since the last revision:
> 
>   Addressed review comments

modules/javafx.graphics/src/main/java/javafx/scene/layout/VBox.java line 234:

> 233:     /**
> 234:      * Creates n {@code VBox} layout with {@code spacing = 0}.
> 235:      * @param children the initial set of children for this pane

oops:  n -> a

Also, you might look through the file for "an vbox" since it occurs in other 
places.

-------------

PR: https://git.openjdk.java.net/jfx/pull/274

Reply via email to