On Fri, 16 Jul 2021 17:17:06 GMT, Nir Lisker <nlis...@openjdk.org> wrote:

> `protected` members were changed to package visibility.

I just noticed that there are now a few place where the 
`@SuppressWarnings("removal")` annotation can be removed. See for example, 
[DateStringConverter.java#L130](https://github.com/openjdk/jfx/blob/70fc0da8d6912e00f3f18e010950b3a27c11ce99/modules/javafx.base/src/main/java/javafx/util/converter/DateStringConverter.java#L130).
 If you prefer, you can remove the now-unneeded annotations as part of 
[JDK-8250802](https://bugs.openjdk.java.net/browse/JDK-8250802).

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

PR: https://git.openjdk.java.net/jfx/pull/578

Reply via email to