On Sat, 13 Feb 2021 05:55:02 GMT, Alexander Zuev <kiz...@openjdk.org> wrote:

>> 8261351: Create implementation for NSAccessibilityRadioButton protocol
>
> Alexander Zuev has updated the pull request incrementally with one additional 
> commit since the last revision:
> 
>   Internal variable eliminated.

src/java.desktop/macosx/native/libawt_lwawt/awt/a11y/RadiobuttonAccessibility.h 
line 28:

> 26: #import "JavaComponentAccessibility.h"
> 27: #import "CommonComponentAccessibility.h"
> 28: #import "ButtonAccessibility.h"

Just a nit-pick and you can choose to ignore if you feel so. You can remove the 
JavaComponentAccessibility.h and CommonComponentAccessibility.h from imports 
here as they have already been imported in ButtonAccessibility.h

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

PR: https://git.openjdk.java.net/jdk/pull/2561

Reply via email to