mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 06:45:07 +02:00
8183901: Fix broken links to "Package Sealing" in the JAR spec
Reviewed-by: alanb, mchung
This commit is contained in:
parent
46582b2d15
commit
0e82be62fa
3 changed files with 3 additions and 3 deletions
|
@ -568,7 +568,7 @@ public class Attributes implements Map<Object,Object>, Cloneable {
|
|||
/**
|
||||
* {@code Name} object for {@code Sealed} manifest attribute
|
||||
* used for sealing.
|
||||
* @see <a href="{@docRoot}/../specs/jar/jar.html#sealing">
|
||||
* @see <a href="{@docRoot}/../specs/jar/jar.html#package-sealing">
|
||||
* Package Sealing</a>
|
||||
*/
|
||||
public static final Name SEALED = new Name("Sealed");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue