RFR [15,docs] JDK-8247880,bad HTML(href==...) in table

Jonathan Gibbons jonathan.gibbons at oracle.com
Thu Jun 18 22:37:57 UTC 2020


Please review a trivial docs fix for some invalid HTML in 
jdk.zipfs/module-info.java.

In two places, 'href==' is reduced to 'href='

-- Jon

JBS: https://bugs.openjdk.java.net/browse/JDK-8247880

Patch inline


diff -r cf0df75c75c1 src/jdk.zipfs/share/classes/module-info.java
--- a/src/jdk.zipfs/share/classes/module-info.java Thu Jun 18 14:07:49 
2020 -0700
+++ b/src/jdk.zipfs/share/classes/module-info.java Thu Jun 18 15:32:21 
2020 -0700
@@ -234,9 +234,9 @@
   * <td>null/unset</td>
   * <td>
   * A value representing the version entry to use when accessing a
- * <a href=="{@docRoot}/../specs/jar/jar.html#multi-release-jar-files">
+ * <a href="{@docRoot}/../specs/jar/jar.html#multi-release-jar-files">
   * multi-release JAR</a>. If the JAR is not a
- * <a href=="{@docRoot}/../specs/jar/jar.html#multi-release-jar-files">
+ * <a href="{@docRoot}/../specs/jar/jar.html#multi-release-jar-files">
   * multi-release JAR</a>, the value will be ignored and the JAR will be
   * considered un-versioned.
   * <p>



More information about the core-libs-dev mailing list