RFR: 8280047: Broken link to Swing Connection document from javax.swing package docs [v5]

Alexey Ivanov aivanov at openjdk.java.net
Tue Jan 18 15:14:27 UTC 2022


On Tue, 18 Jan 2022 13:03:07 GMT, Prasanta Sadhukhan <psadhukhan at openjdk.org> 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



More information about the client-libs-dev mailing list