On Thu, 20 Jan 2022 06:12:29 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: > > Fix src/java.desktop/share/classes/java/awt/Component.java line 4137: > 4135: * Provides direct access to the back buffer as an image. > 4136: * > 4137: * @return direct access to the back buffer as an image. Hm… This doesn't look right. Suggestion: * @return the back buffer as an image. src/java.desktop/share/classes/java/beans/beancontext/BeanContextSupport.java line 312: > 310: */ > 311: protected class BCSChild implements Serializable { > 312: Shall we indent `serialVersionUID`? It's for `BCSChild` but its indentation suggests it's for the surrounding class. ------------- PR: https://git.openjdk.java.net/jdk/pull/7004