On Wed, 24 Mar 2021 23:30:03 GMT, Nir Lisker <[email protected]> wrote:
>> Jeanette Winzenburg has updated the pull request incrementally with one
>> additional commit since the last revision:
>>
>> fixed missing/incorrect @since tags in new api doc
>
> modules/javafx.controls/src/main/java/javafx/scene/control/SkinBase.java line
> 273:
>
>> 271: * @since 17
>> 272: */
>> 273: protected final Consumer<Observable>
>> unregisterInvalidationListeners(Observable observable) {
>
> Is `null` check on `observable` needed?
`unregisterInvalidationListeners` does the `null` check
-------------
PR: https://git.openjdk.java.net/jfx/pull/409