[jfx15] RFR: 8246343: Fix mistakes in FX API docs
Nir Lisker
nlisker at openjdk.java.net
Sat Jul 25 17:48:11 UTC 2020
On Sat, 25 Jul 2020 17:44:02 GMT, Kevin Rushforth <kcr at openjdk.org> wrote:
>> 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
>
> Also, the `.Change` was correct before your fix, unless I'm missing something.
I misunderstood point 3 in the JBS issue. I thought that the change was to remove `.Change`.
-------------
PR: https://git.openjdk.java.net/jfx/pull/274
More information about the openjfx-dev
mailing list