On Tue, 17 Jan 2023 08:01:03 GMT, Abhishek Kumar <abhis...@openjdk.org> wrote:
> There was a typo error in method description of `public > AccessibleJTableHeaderEntry(int c, JTableHeader p, JTable t)`. Replaced the > text `AccessiblJTableHeaaderEntry` with `AccessibleJTableHeaderEntry`. src/java.desktop/share/classes/javax/swing/table/JTableHeader.java line 938: > 936: > 937: /** > 938: * Constructs an AccessibleJTableHeaderEntry There's an extra space in front of "Constructs"..please remove that too.. ------------- PR: https://git.openjdk.org/jdk/pull/12024