RFR: JDK-8304959: Public API in javafx.css.Match should not return private API class PseudoClassState [v8]
John Hendrikx
jhendrikx at openjdk.org
Fri May 19 00:12:02 UTC 2023
On Thu, 18 May 2023 23:58:28 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 with a new target base due to a merge or a rebase. The incremental webrev excludes the unrelated changes brought in by the merge/rebase.
Sorry for the force push, that wasn't what I intended; wanted to undo changes GitHub did on the remote by merging in master as I also merged it in locally (but I added a commit just before). Unfortunately, the PR already picked up the master merge from GitHub... I'll know that for next time.
-------------
PR Comment: https://git.openjdk.org/jfx/pull/1070#issuecomment-1553825067
More information about the openjfx-dev
mailing list