On Mon, 24 Jan 2022 06:03:42 GMT, Prasanta Sadhukhan <psadhuk...@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