RFR: 8260475: Deprecate for removal protected access members in DateTimeStringConverter

Kevin Rushforth kcr at openjdk.java.net
Tue Feb 2 00:27:43 UTC 2021


On Sat, 30 Jan 2021 20:56:07 GMT, Nir Lisker <nlisker at openjdk.org> wrote:

> Deprecating protected members in DateTimeStringConverter. Internal implementation should not be exposed (similar to `NumberStringConverter` and others).

Can you also add a javadoc comment block with an `@deprecated tag` to each field or method, similar to what we recently did for [JDK-8252387](https://bugs.openjdk.java.net/browse/JDK-8252387)?

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

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


More information about the openjfx-dev mailing list