[jfx17] RFR: 8268642: Expand the javafx.beans.property.Property documentation [v2]

Kevin Rushforth kcr at openjdk.java.net
Fri Jul 9 23:07:59 UTC 2021


On Thu, 24 Jun 2021 01:17:55 GMT, Nir Lisker <nlisker at openjdk.org> 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


More information about the openjfx-dev mailing list