[jfx19] RFR: 8291906: Bindings.createXxxBinding inherit incorrect method docs

Nir Lisker nlisker at openjdk.org
Sat Aug 20 00:33:33 UTC 2022


On Sat, 20 Aug 2022 00:27:32 GMT, Kevin Rushforth <kcr at openjdk.org> wrote:

>> Added docs for inherited methods in `Bindings` subclasses.
>
> modules/javafx.base/src/main/java/javafx/beans/binding/Bindings.java line 174:
> 
>> 172:             /**
>> 173:              * Returns an immutable list of the dependencies of this binding.
>> 174:              */
> 
> Does the missing `@return` tag matter here? It isn't public docs so might not matter. The same question applies to the other instances of this overridden method.

I don't think it matters. The description is more important.

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

PR: https://git.openjdk.org/jfx/pull/881


More information about the openjfx-dev mailing list