RFR: 8314597: Deprecate for removal protected access methods in converters
Nir Lisker
nlisker at openjdk.org
Tue Nov 21 23:15:13 UTC 2023
On Tue, 21 Nov 2023 21:11:43 GMT, Nir Lisker <nlisker at openjdk.org> wrote:
> Deprecating for removal `getDateFormat()` in `TimeStringConverter` and `DateStringConverter` after it was removed already in `DateTimeStringConverter`, and `getNumberFormat()` in `NumberStringConverter` (and subclasses).
Is the constructor that takes `DateFormat` not good enough? Can you give an example of a class that would extend `DateTimeStringConverter`?
-------------
PR Comment: https://git.openjdk.org/jfx/pull/1294#issuecomment-1821843596
More information about the openjfx-dev
mailing list