RFR: 8216507: StyleablePropertyFactory: example in class javadoc does not compile [v3]
Ajit Ghaisas
aghaisas at openjdk.org
Wed Jan 4 12:41:58 UTC 2023
On Mon, 2 Jan 2023 11:39:19 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.
>
> Karthik P K has updated the pull request incrementally with one additional commit since the last revision:
>
> Add unit test for javadoc example of StyleablePropertyFactory
Looks good to me!
-------------
Marked as reviewed by aghaisas (Reviewer).
PR: https://git.openjdk.org/jfx/pull/983
More information about the openjfx-dev
mailing list