On Mon, 9 Mar 2026 19:32:59 GMT, Alexey Ivanov <[email protected]> wrote:
>> Damon Nguyen has updated the pull request incrementally with one additional
>> commit since the last revision:
>>
>> Edit concatenation
>
> test/jdk/java/awt/TextComponent/CorrectTextComponentSelectionTest.java line
> 76:
>
>> 74: // cover the components by the selection completely
>> 75: String sf = " ".repeat(50);
>> 76: tf.setText(sf);
>
> Suggestion:
>
> tf.setText(" ".repeat(50));
>
> You can simplify it further.
Thanks!
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/30058#discussion_r2907756693