On Wed, 16 Apr 2025 08:12:27 GMT, Andrey Turbanov <aturba...@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