mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8247880: bad HTML(href==...) in table
Reviewed-by: lancea, darcy
This commit is contained in:
parent
de3923edf9
commit
2155d525dd
1 changed files with 2 additions and 2 deletions
|
@ -234,9 +234,9 @@ import java.util.Set;
|
|||
* <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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue