On Thu, 16 Jan 2025 11:53:18 GMT, Andrey Turbanov <aturba...@openjdk.org> wrote:

> There is a field `javax.swing.text.html.CSS#styleConstantToCssMap` which uses 
> legacy `Hashtable` class.
> As this map is read-only and all its content is initialized in `<clinit>` we 
> can safely use immutable `Map` instead.

The tests are green.

Sorry for the delay.

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

PR Comment: https://git.openjdk.org/jdk/pull/23149#issuecomment-2612598635

Reply via email to