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

Kevin Rushforth kcr at openjdk.java.net
Mon Jan 17 13:38:28 UTC 2022


On Mon, 17 Jan 2022 06:25:59 GMT, Prasanta Sadhukhan <psadhukhan at openjdk.org> wrote:

> Fixed the broken link with appropriate link to swing document.

This looks like a good replacement, but you have a typo in the HTML link. Once fixed, please run `make docs` and check the generated html page.

src/java.desktop/share/classes/javax/swing/package-info.java line 135:

> 133:  * please see:
> 134:  * <ul>
> 135:  *     <li><a href=""https://www.oracle.com/java/technologies/a-swing-architecture.html"

Typo: you have an extra `"` on this line.

-------------

PR: https://git.openjdk.java.net/jdk/pull/7104



More information about the client-libs-dev mailing list