<Swing Dev> [12] RFR JDK-8211886: Bad/broken link in synthFileFormat.html

Prasanta Sadhukhan prasanta.sadhukhan at oracle.com
Tue Oct 9 06:20:06 UTC 2018


Hi All,

Bug: https://bugs.openjdk.java.net/browse/JDK-8211886
Please review a doc fix to fix broken link where a <space> is found 
before java.lang.Class
api/java.desktop/javax/swing/plaf/synth/SynthLookAndFeel.html#load(java.io.InputStream, 
java.lang.Class)

Fix is to remove the space

diff -r d96a607e9594 
src/java.desktop/share/classes/javax/swing/plaf/synth/doc-files/synthFileFormat.html
--- 
a/src/java.desktop/share/classes/javax/swing/plaf/synth/doc-files/synthFileFormat.html 
Tue Sep 18 18:32:03 2018 -0700
+++ 
b/src/java.desktop/share/classes/javax/swing/plaf/synth/doc-files/synthFileFormat.html 
Tue Oct 09 11:47:02 2018 +0530
@@ -52,7 +52,7 @@
        allows for specifying all the pieces
        necessary to create your own look and feel. A synth file is
        loaded by way of the <A
- 
HREF="../../../../../javax/swing/plaf/synth/SynthLookAndFeel.html#load(java.io.InputStream,%20java.lang.Class)">
+ 
HREF="../../../../../javax/swing/plaf/synth/SynthLookAndFeel.html#load(java.io.InputStream,java.lang.Class)">
        SynthLookAndFeel.load(InputStream, Class)</a> or
        <a 
href="../../../../../javax/swing/plaf/synth/SynthLookAndFeel.html#load(java.net.URL)">
          SynthLookAndFeel.load(URL)</a> methods.

Regards
Prasanta
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openjdk.java.net/pipermail/swing-dev/attachments/20181009/b867d3e4/attachment-0001.html>


More information about the swing-dev mailing list