<AWT Dev> RFR: 8256110: Create implementation for NSAccessibilityStepper protocol [v2]
Alexander Zuev
kizune at openjdk.java.net
Fri Jan 15 08:46:25 UTC 2021
On Fri, 15 Jan 2021 07:40:23 GMT, Sergey Bylokhov <serb at openjdk.org> wrote:
>> Alexander Zuev has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Code cleanup
>
> src/java.desktop/macosx/native/libawt_lwawt/awt/a11y/ButtonAccessibility.m line 43:
>
>> 41: - (BOOL)accessibilityPerformPress
>> 42: {
>> 43: return [self performAccessibleAction:0];
>
> I guess you need to remove the static "jclass sjc_CAccessibility = NULL;" above as well?
And unneeded imports too. Remnants of the code that is gone. Fixed.
-------------
PR: https://git.openjdk.java.net/jdk/pull/2092
More information about the awt-dev
mailing list