On Fri, 17 Mar 2023 19:41:42 GMT, Artem Semenov <[email protected]> wrote:
>> This enhancement covers basic API and shared code that should be implemented >> for the Accessibility Announcement feature. >> >> CSR [JDK-8304499](https://bugs.openjdk.org/browse/JDK-8304499 >> "bugs.openjdk.org") >> >> @mrserb @prrace @azuev-java please review > > Artem Semenov has updated the pull request incrementally with two additional > commits since the last revision: > > - update > - I suppose that adding @Native to AccessibleAnnouncer constants would > simplify the code src/java.desktop/share/classes/javax/accessibility/AccessibleAnnouncer.java line 55: > 53: void announce(Accessible a, final String str, final int priority); > 54: > 55: } Minor: no newline at the last line of the file. Not an error just a cosmetic. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/13001#discussion_r1168070150
