RFR: 8252387: Deprecate for removal css Selector and ShapeConverter constructors [v2]

Kevin Rushforth kcr at openjdk.java.net
Fri Aug 28 17:26:46 UTC 2020


On Fri, 28 Aug 2020 16:24:54 GMT, Nir Lisker <nlisker at 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


More information about the openjfx-dev mailing list