On Tue, 13 Dec 2022 19:26:37 GMT, SWinxy <[email protected]> wrote: >> Artem Semenov has updated the pull request incrementally with one additional >> commit since the last revision: >> >> A comment or javadoc should mention that this is called from native code, >> specifically pointing to ComboBoxAccessibility.m. > > src/java.desktop/macosx/classes/sun/lwawt/macosx/CAccessibility.java line 821: > >> 819: >> 820: >> 821: private static Accessible getAccessibleComboboxValue(Accessible a, >> Component c) { > > A comment or javadoc should mention that this is called from native code, > specifically pointing to `ComboBoxAccessibility.m`.
Done ------------- PR: https://git.openjdk.org/jdk/pull/11653
