Integrated: JDK-8304959: Public API in javafx.css.Match should not return private API class PseudoClassState

John Hendrikx jhendrikx at openjdk.org
Thu Jun 1 00:00:20 UTC 2023


On Mon, 27 Mar 2023 13:50:40 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.

This pull request has now been integrated.

Changeset: 3fa02ee9
Author:    John Hendrikx <jhendrikx at openjdk.org>
URL:       https://git.openjdk.org/jfx/commit/3fa02ee96a6dadbc20cacbf399a2d65df708eee1
Stats:     230 lines in 8 files changed: 100 ins; 69 del; 61 mod

8304959: Public API in javafx.css.Match should not return private API class PseudoClassState

Reviewed-by: kcr, angorya

-------------

PR: https://git.openjdk.org/jfx/pull/1070


More information about the openjfx-dev mailing list