On Tue, 11 Jul 2023 21:04:42 GMT, John Hendrikx <jhendr...@openjdk.org> wrote:

>> Makes `Subscription` public (removing some of its methods that are 
>> unnecessary), and adds methods that can provide `Subscription`s in 
>> `ObservableValue`.
>
> John Hendrikx has updated the pull request incrementally with one additional 
> commit since the last revision:
> 
>   Extend tests to test unsubscribe

I note one more javadoc change needed (a missing `@since` tag).

modules/javafx.base/src/main/java/javafx/beans/Subscription.java line 33:

> 31: /**
> 32:  * A subscription encapsulates how to cancel it without having
> 33:  * to keep track of how it was created.

This needs an `@since 21` javadoc tag here.

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

PR Review: https://git.openjdk.org/jfx/pull/1069#pullrequestreview-1525234547
PR Review Comment: https://git.openjdk.org/jfx/pull/1069#discussion_r1260342187

Reply via email to