On Fri, 15 Oct 2021 05:38:12 GMT, Pankaj Bansal <pban...@openjdk.org> wrote:
>> Artem Semenov has refreshed the contents of this pull request, and previous >> commits have been removed. The incremental views will show differences >> compared to the previous content of the PR. > > src/java.desktop/macosx/native/libawt_lwawt/awt/a11y/TableAccessibility.m > line 235: > >> 233: for (NSNumber *col in selectedColumns ) { >> 234: CellAccessibility *cell = [self >> accessibilityCellForColumn:[col integerValue] row:[row integerValue]]; >> 235: // if ([self isAccessibleChildSelectedFromIndex:[cell >> accessibilityIndex]]) { > > Can we just get rid of these lines instead of commenting the code unless > there is specific reason to do it like this? Done ------------- PR: https://git.openjdk.java.net/jdk/pull/5466