On Fri, 2 Apr 2021 17:37:21 GMT, Jonathan Gibbons <j...@openjdk.org> wrote:
> Please review some minor updates to internal doc comments on javadoc code. > > In addition, since this is just a cleanup PR, some redundant modifiers noted > by an IDE have been removed. Looks good. src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclint/HtmlTag.java line 56: > 54: * @see <a > href="http://www.w3.org/TR/aria-in-html/#recommendations-table">WAI-ARIA > Recommendations Table</a> > 55: * @author Bhavesh Patel > 56: * @author Jonathan Gibbons (revised) Thanks for removing those two @author entries. Did they slip through the review of "8235435: Remove (obsolete) @author info from javadoc source and test" or this file was added later? ------------- Marked as reviewed by prappo (Reviewer). PR: https://git.openjdk.java.net/jdk/pull/3327