On Mon, 27 Mar 2023 15:40:47 GMT, Andy Goryachev <ango...@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. > > modules/javafx.graphics/src/main/java/javafx/css/Match.java line 79: > >> 77: * @return the pseudo class state >> 78: */ >> 79: public Set<PseudoClass> getPseudoClasses() { > > does this change need a CSR? Yes, thanks for checking. I already flagged it as needing a CSR. ------------- PR Review Comment: https://git.openjdk.org/jfx/pull/1070#discussion_r1149465925