On Tue, 18 Jan 2022 13:03:07 GMT, Prasanta Sadhukhan <[email protected]> wrote:
>> Fixed the broken link with appropriate link to swing document. > > Prasanta Sadhukhan has updated the pull request incrementally with two > additional commits since the last revision: > > - Update copyright year > - Remove unneeded mentions Changes requested by aivanov (Reviewer). src/java.desktop/share/classes/javax/swing/package-info.java line 140: > 138: * target="_top">The Java Tutorial</a></li> > 139: * <li><a > href="https://www.oracle.com/java/technologies/javase/training-support.html" > 140: * target="_top">Java SE Training and Certification</a> Suggestion: * target="_top">Java SE Training and Certification</a></li> The closing `</li>` is not required but it's used in other `<li>` elements in this list. ------------- PR: https://git.openjdk.java.net/jdk/pull/7104
