On Thu, 29 Dec 2022 19:40:17 GMT, SWinxy <[email protected]> wrote: >> Artem Semenov has updated the pull request incrementally with one additional >> commit since the last revision: >> >> There's a more compact way of doing this: > > src/java.desktop/macosx/classes/sun/lwawt/macosx/CAccessibility.java line 530: > >> 528: return aa.getAccessibleActionCount(); >> 529: } >> 530: }, c); > > There's a more compact way of doing this: > Suggestion: > > return invokeAndWait(aa::getAccessibleActionCount, c);
Done ------------- PR: https://git.openjdk.org/jdk/pull/11803
