RFR: JDK-8264655: Minor internal doc comment cleanup

Pavel Rappo prappo at openjdk.java.net
Fri Apr 2 19:34:19 UTC 2021


On Fri, 2 Apr 2021 17:37:21 GMT, Jonathan Gibbons <jjg at 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


More information about the javadoc-dev mailing list