On Sat, 25 Jul 2020 17:44:02 GMT, Kevin Rushforth <k...@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

Reply via email to