On Tue, 14 Jul 2026 17:39:34 GMT, Andy Goryachev <[email protected]> wrote:
>> None of the other `DataFormatHandler` subclasses have a public constructor. >> What makes this one different? How might a custom model override this? > > made private Thanks. Worth noting is that changing the constructor from public to private is a change in the API surface, so this will require amending the CSR. ------------- PR Review Comment: https://git.openjdk.org/jfx/pull/2196#discussion_r3581588771
