RFR: 8252387: Deprecate for removal css Selector and ShapeConverter constructors
Kevin Rushforth
kcr at openjdk.java.net
Fri Aug 28 15:07:29 UTC 2020
On Fri, 28 Aug 2020 14:55:55 GMT, Bhawesh Choudhary <bchoudhary at openjdk.org> wrote:
> Constrcutor for class javafx.css.Selector should not be public as it is only extended by classes in same package. it
> should be changed to package-private Constrcutor for class javafx.css.converter.ShapeConverter should be private rather
> than public as its a singleton class.
This is the eventual goal (for JavaFX 17), but it isn't what this bug is addressing for JavaFX 16. Can you reword this
to indicate that this bug is just deprecating the constructors for removal, and that we will file a follow-up bug to
later change the access?
-------------
PR: https://git.openjdk.java.net/jfx/pull/290
More information about the openjfx-dev
mailing list