RFR: 8314597: Deprecate for removal protected access methods in converters

Andy Goryachev angorya at openjdk.org
Tue Nov 21 21:58:17 UTC 2023


On Tue, 21 Nov 2023 21:11:43 GMT, Nir Lisker <nlisker at openjdk.org> wrote:

> Deprecating for removal `getDateFormat()` in `DateTimeStringConverter` and `DateTimeStringConverter` after it was removed already in `DateTimeStringConverter`, and `getNumberFormat()` in `NumberStringConverter` (and subclasses).

Sorry, I meant DateTimeStringConverter.getDateFormat().  It's package-protected and gets overridden in DateStringConverter.
Should both be converted to private methods then?

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

PR Comment: https://git.openjdk.org/jfx/pull/1294#issuecomment-1821761031


More information about the openjfx-dev mailing list