RFR: 8352793: Open source several AWT TextComponent tests - Batch 1 [v2]
Tejesh R
tr at openjdk.org
Wed Apr 16 13:41:33 UTC 2025
On Wed, 16 Apr 2025 08:12:27 GMT, Andrey Turbanov <aturbanov at openjdk.org> wrote:
>> Tejesh R has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Updated review comments
>
> test/jdk/java/awt/TextComponent/DisableTest.java line 88:
>
>> 86: ActionListener al = ev -> {
>> 87: boolean enable = (ev.getSource() == be);
>> 88: Iterator iterator = comps.iterator(); while(iterator.hasNext()) {
>
> Let's move `while (iterator.hasNext()) {` to a separate line
Updated.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/24656#discussion_r2046962838
More information about the client-libs-dev
mailing list