RFR: 8216507: StyleablePropertyFactory: example in class javadoc does not compile

Karthik P K kpk at openjdk.org
Fri Dec 23 17:05:38 UTC 2022


On Fri, 23 Dec 2022 13:55:30 GMT, Karthik P K <kpk at openjdk.org> wrote:

> In the javadoc example of `StyleablePropertyFactory` class, wrong parameter was used while initializing `StyleableProperty`. 
> 
> Assigned the `CssMetadData` object to `SELECTED` variable returned by `createBooleanCssMetaData` method called in anonymous inner-class class, which is then used while initializing `StyleableProperty`.
> 
> Added missing semicolon in the same example.

It was in rfr stage. i just saw the build failure and converted it to draft before addressing the build error. 
Fixed the build issue now and moved to rfr again. Sorry for the confusion.

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

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


More information about the openjfx-dev mailing list