RFR: 8302687 Implement interfaces and shared code for announcement feature [v2]

Artem Semenov asemenov at openjdk.org
Mon Apr 17 20:09:01 UTC 2023


On Mon, 17 Apr 2023 00:45:54 GMT, Alexander Zuev <kizune at openjdk.org> wrote:

>> 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.

Done.

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/13001#discussion_r1169217607



More information about the client-libs-dev mailing list