On Thu, 4 Sep 2025 18:14:50 GMT, Alexey Ivanov <[email protected]> wrote:
>> Khalid Boulanouare has updated the pull request incrementally with one >> additional commit since the last revision: >> >> Removes MULTI_FRAME_TEST instance variable and cleans up code > > test/jdk/java/awt/Mixing/AWT_Mixing/GlassPaneOverlappingTestBase.java line 98: > >> 96: return false; >> 97: } >> 98: /** > > Suggestion: > > } > > /** Done. > test/jdk/java/awt/Mixing/AWT_Mixing/SimpleOverlappingTestBase.java line 179: > >> 177: } >> 178: >> 179: } > > Suggestion: > > } > } > > There shouldn't be a blank line between the closing braces. Done. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/25971#discussion_r2348228034 PR Review Comment: https://git.openjdk.org/jdk/pull/25971#discussion_r2348228860
