On Mon, 16 Mar 2026 16:53:50 GMT, Harshitha Onkar <[email protected]> wrote:
>> Prasanta Sadhukhan has updated the pull request incrementally with one
>> additional commit since the last revision:
>>
>> Review comment
>
> src/java.desktop/share/classes/javax/swing/text/TextAction.java line 110:
>
>> 108: for (Action a : list1) {
>> 109: String value = (String)a.getValue(Action.NAME);
>> 110: h.put((value != null ? value:""), a);
>
> Suggestion:
>
> h.put((value != null ? value : ""), a);
Updated
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/30257#discussion_r2943845079