RFR: JDK-8304959: Public API in javafx.css.Match should not return private API class PseudoClassState [v6]
Andy Goryachev
angorya at openjdk.org
Fri May 12 22:12:50 UTC 2023
On Sun, 9 Apr 2023 09:22:54 GMT, John Hendrikx <jhendrikx at openjdk.org> wrote:
>> The class `PseudoClassState` is private API, but was exposed erroneously in the CSS API. Instead, `Set<PseudoClass>` should have been used. This PR corrects this.
>
> John Hendrikx has updated the pull request incrementally with one additional commit since the last revision:
>
> Fix PseudoClassTest
I'll take a look at this next week.
-------------
PR Comment: https://git.openjdk.org/jfx/pull/1070#issuecomment-1546363118
More information about the openjfx-dev
mailing list