Looks fine.
On 08/10/2018 23:20, Prasanta Sadhukhan wrote:
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
--
Best regards, Sergey.