RFR: 8288528: broken links in java.desktop
Alexey Ivanov
aivanov at openjdk.org
Fri Jun 17 14:38:01 UTC 2022
On Fri, 17 Jun 2022 03:45:05 GMT, Prasanta Sadhukhan <psadhukhan at openjdk.org> wrote:
> doccheck reports some broken links which are rectified
Marked as reviewed by aivanov (Reviewer).
src/java.desktop/share/classes/java/awt/doc-files/AWTThreadIssues.html line 124:
> 122: <p>
> 123: Starting with 1.4, the behavior has changed as a result of the fix for
> 124: <a href="https://bugs.openjdk.org/browse/JDK-4030718">
The old URL has changed to https://bugs.java.com/bugdatabase/view_bug.do?bug_id=4030718
I am for using JBS links though.
src/java.desktop/share/classes/javax/swing/plaf/metal/MetalLookAndFeel.java line 2143:
> 2141: /**
> 2142: * Returns a {@code LayoutStyle} implementing Java look and feel
> 2143: * design guidelines.
Suggestion:
* Returns a {@code LayoutStyle} implementing the Java look and feel
* design guidelines.
-------------
PR: https://git.openjdk.org/jdk/pull/9195
More information about the client-libs-dev
mailing list