Looks ok to me with one request to not break package-info l110-111 lines
and make it into 1 line
Regards
Prasanta
On 13-Aug-20 6:12 PM, Tejpal Rebari wrote:
Hi All,
Please review the following fix for jdk16.
Bug: https://bugs.openjdk.java.net/browse/JDK-8251125
Webrev : http://cr.openjdk.java.net/~trebari/swing/8251125/webrev00/
Issue : Doclint errors about missing references in Swing javadoc.
Doclint identified that some of the swing classes are missing reference.
Fix : Added complete path name where the reference was missing.
Verified that the doclint doesn’t throw any error after the fix.
Thanks
Tejpal