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

Marius Hanl mhanl at openjdk.java.net
Mon Jun 28 14:04:07 UTC 2021


On Thu, 24 Jun 2021 01:53:53 GMT, Michael Strauß <mstrauss at openjdk.org> wrote:

>> * Expand the `Property.bind` and `Property.bindBidirectional` documentation
>> * Change the name of the formal parameter of `Property.bind` to "source" (currently, it is inconsistently named "observable", "rawObservable" or "newObservable")
>
> Michael Strauß has updated the pull request incrementally with one additional commit since the last revision:
> 
>   changes as per review

I like this change, it makes the binding framework doc much more clear. But I agree with Nir, I think 'the' reads better then 'a' on the occurrences.

-------------

PR: https://git.openjdk.java.net/jfx/pull/533


More information about the openjfx-dev mailing list