On Fri, 28 Aug 2020 16:24:54 GMT, Nir Lisker <nlis...@openjdk.org> wrote:
>> Bhawesh Choudhary has updated the pull request incrementally with one >> additional commit since the last revision: >> >> Updated Selector class comments as per review > > modules/javafx.graphics/src/main/java/javafx/css/Selector.java line 47: > >> 46: * @deprecated This constructor was exposed erroneously and will be >> removed in the next version. >> 47: */ >> 48: @Deprecated(since="16", forRemoval=true) > > Please direct the reader to the way of obtaining an instance of this class > like you did for `ShapeConverter`. Probably you can refer to the `createSelector` method. ------------- PR: https://git.openjdk.java.net/jfx/pull/290