RFR: JDK-8264655: Minor internal doc comment cleanup
Jonathan Gibbons
jjg at openjdk.java.net
Fri Apr 2 19:37:30 UTC 2021
On Fri, 2 Apr 2021 19:29:32 GMT, Pavel Rappo <prappo 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.
>
> 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
More information about the javadoc-dev
mailing list