On Mon, 24 May 2021 11:03:35 GMT, Alexander Zuev <kiz...@openjdk.org> wrote:
> Made all implementing classes return their roles directly. > Change nullability attributes to the singular style across new classes. src/java.desktop/macosx/native/libawt_lwawt/awt/a11y/RadiobuttonAccessibility.h line 32: > 30: }; > 31: - (NSAccessibilityRole _Nonnull)accessibilityRole; > 32: - (id _Nonnull)accessibilityValue; Same as earlier. Can't this be null? ------------- PR: https://git.openjdk.java.net/jdk/pull/4162