RFR: 8314597: Deprecate for removal protected access methods in converters
Nir Lisker
nlisker at openjdk.org
Tue Nov 21 21:54:16 UTC 2023
On Tue, 21 Nov 2023 21:47:36 GMT, Andy Goryachev <angorya at openjdk.org> wrote:
> Are we going to make all these private at some point?
They are going to be made package-private so that they are not public API while still can be read by subclasses. There's no "internal protected" visibility that would be ideal here.
> Including DateFormat.getDateFormat()?
`DateFormat` is not in JavaFX.
-------------
PR Comment: https://git.openjdk.org/jfx/pull/1294#issuecomment-1821755647
More information about the openjfx-dev
mailing list