RFR [15,docs] JDK-8247880,bad HTML(href==...) in table
Lance @ Oracle
lance.andersen at oracle.com
Thu Jun 18 22:43:15 UTC 2020
Looks good
Best,
Lance
Lance Andersen| Principal Member of Technical Staff | +1.781.442.2037
Oracle Java Engineering
1 Network Drive
Burlington, MA 01803
Lance.Andersen at oracle.com
Sent from my iPad
> On Jun 18, 2020, at 6:40 PM, Jonathan Gibbons <jonathan.gibbons at oracle.com> wrote:
>
> 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