On Thu, 24 Jun 2021 01:17:55 GMT, Nir Lisker <[email protected]> wrote:
>> Michael Strauß has updated the pull request incrementally with one
>> additional commit since the last revision:
>>
>> changes as per review
>
> modules/javafx.base/src/main/java/javafx/beans/property/Property.java line
> 120:
>
>> 118:
>> 119: /**
>> 120: * Removes a bidirectional binding that was established with {@link
>> #bindBidirectional(Property)}.
>
> "the" (it's possible to have multiple bidi bindings, but only 1 to the same
> `other` property).
Agreed.
-------------
PR: https://git.openjdk.java.net/jfx/pull/533