<i18n dev> RFR: 8278254: Cleanup doclint warnings in java.desktop module [v5]

Alexey Ivanov aivanov at openjdk.java.net
Fri Jan 28 21:13:14 UTC 2022


On Mon, 24 Jan 2022 06:03:42 GMT, Prasanta Sadhukhan <psadhukhan at openjdk.org> wrote:

>> The changes done under JDK-8278175 suppress on a per-file basis various missing comments that would otherwise trigger doclint warnings. Fixed them so as to remove the doclint:missing warnings.
>
> Prasanta Sadhukhan has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Address review comment

Marked as reviewed by aivanov (Reviewer).

src/java.desktop/share/classes/java/awt/Component.java line 4701:

> 4699:      *
> 4700:      * @return whether or not paint messages received from the operating system
> 4701:      * should be ignored.

Shall we remove the ending punctuation from `@return` tag for consistency?

-------------

PR: https://git.openjdk.java.net/jdk/pull/7004


More information about the i18n-dev mailing list