Skip to content

Commit 2155d52

Browse files
committedJun 18, 2020
8247880: bad HTML(href==...) in table
Reviewed-by: lancea, darcy
1 parent de3923e commit 2155d52

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎src/jdk.zipfs/share/classes/module-info.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -234,9 +234,9 @@
234234
* <td>null/unset</td>
235235
* <td>
236236
* A value representing the version entry to use when accessing a
237-
* <a href=="{@docRoot}/../specs/jar/jar.html#multi-release-jar-files">
237+
* <a href="{@docRoot}/../specs/jar/jar.html#multi-release-jar-files">
238238
* multi-release JAR</a>. If the JAR is not a
239-
* <a href=="{@docRoot}/../specs/jar/jar.html#multi-release-jar-files">
239+
* <a href="{@docRoot}/../specs/jar/jar.html#multi-release-jar-files">
240240
* multi-release JAR</a>, the value will be ignored and the JAR will be
241241
* considered un-versioned.
242242
* <p>

0 commit comments

Comments
 (0)
Please sign in to comment.