[jfx15] RFR: 8246343: Fix mistakes in FX API docs
Kevin Rushforth
kcr at openjdk.java.net
Sat Jul 25 17:43:45 UTC 2020
On Sat, 25 Jul 2020 17:16:25 GMT, Nir Lisker <nlisker at openjdk.org> wrote:
> Fixes https://bugs.openjdk.java.net/browse/JDK-8246343 and some additional fixes in the vicinity.
Just a couple quick comments for now. I'll review it next week.
modules/javafx.fxml/src/main/docs/javafx/fxml/doc-files/introduction_to_fxml.html line 723:
> 722: <span class="code">ObservableList</span>, <span class="code">ObservableMap</span> or <span
> class="code">ObservableSet</span> 723: uses a special <span class="code">onChange</span> attribute that points to a
> handler method with a <span class="code">ListChangeListner</span>, <span class="code">MapChangeListener</span> or <span
> class="code">SetChangeListener</span> parameter, respectively. 724: </p>
ListChangeListner --> ListChangeListener
modules/javafx.graphics/src/main/java/javafx/scene/layout/VBox.java line 234:
> 233: /**
> 234: * Creates an {@code VBox} layout with {@code spacing = 0}.
> 235: * @param children the initial set of children for this pane
As long as you are fixing this: _an_ VBox --> _a_ VBox
-------------
PR: https://git.openjdk.java.net/jfx/pull/274
More information about the openjfx-dev
mailing list