On Fri, 28 Aug 2020 14:55:55 GMT, Bhawesh Choudhary <bchoudh...@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