RFR: 8314597: Deprecate for removal protected access methods in converters
Nir Lisker
nlisker at openjdk.org
Tue Nov 21 22:24:17 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).
No, they wouldn't be able to be read by subclasses or overriden if they are private.
-------------
PR Comment: https://git.openjdk.org/jfx/pull/1294#issuecomment-1821794621
More information about the openjfx-dev
mailing list