Integrated: 8216507: StyleablePropertyFactory: example in class javadoc does not compile
Karthik P K
kpk at openjdk.org
Wed Jan 4 16:36:59 UTC 2023
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.
This pull request has now been integrated.
Changeset: 94fb7ede
Author: Karthik P K <kpk at openjdk.org>
Committer: Andy Goryachev <angorya at openjdk.org>
URL: https://git.openjdk.org/jfx/commit/94fb7ede2dcde306a631d1feb0107c96a8221452
Stats: 19 lines in 2 files changed: 15 ins; 0 del; 4 mod
8216507: StyleablePropertyFactory: example in class javadoc does not compile
Reviewed-by: angorya, aghaisas
-------------
PR: https://git.openjdk.org/jfx/pull/983
More information about the openjfx-dev
mailing list