RFR: 8270838: Remove deprecated protected access members from DateTimeStringConverter
Kevin Rushforth
kcr at openjdk.java.net
Sat Jul 17 14:19:49 UTC 2021
On Fri, 16 Jul 2021 17:17:06 GMT, Nir Lisker <nlisker at 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
More information about the openjfx-dev
mailing list