On Fri, 2 Apr 2021 19:29:32 GMT, Pavel Rappo <pra...@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. > > 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? The file was moved here from the `jdk.compiler` module, where we have not removed the `@author` comments. ------------- PR: https://git.openjdk.java.net/jdk/pull/3327