On Sat, 13 Feb 2021 08:42:26 GMT, Pankaj Bansal <pban...@openjdk.org> wrote:
>> 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 No, you are right, imports should be simplified here. ------------- PR: https://git.openjdk.java.net/jdk/pull/2561