[jfx15] RFR: 8246343: Fix mistakes in FX API docs [v2]
Kevin Rushforth
kcr at openjdk.java.net
Sat Jul 25 18:12:17 UTC 2020
On Sat, 25 Jul 2020 18:11:55 GMT, Nir Lisker <nlisker at 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
More information about the openjfx-dev
mailing list