On Tue, 22 Sep 2026 19:22:11 GMT, Alexey Ivanov <[email protected]> wrote:
>> Matthias Baesken has updated the pull request incrementally with one >> additional commit since the last revision: >> >> Remove redundant parenthesis > > src/java.desktop/windows/classes/com/sun/java/swing/plaf/windows/WindowsMenuUI.java > line 258: > >> 256: } >> 257: >> 258: if ((model.isSelected() && (!menu.isTopLevelMenu())) || > > Suggestion: > > if ((model.isSelected() && !menu.isTopLevelMenu()) || > > Get rid of the redundant parentheses? Done! ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/32976#discussion_r4080209808
