8183901: Fix broken links to "Package Sealing" in the JAR spec

Reviewed-by: alanb, mchung
This commit is contained in:
Brent Christian 2017-10-25 09:06:39 -07:00
parent 46582b2d15
commit 0e82be62fa
3 changed files with 3 additions and 3 deletions

View file

@ -2166,7 +2166,7 @@ public abstract class ClassLoader {
* @spec JPMS
*
* @jvms 5.3 Run-time package
* @see <a href="{@docRoot}/../specs/jar/jar.html#sealing">
* @see <a href="{@docRoot}/../specs/jar/jar.html#package-sealing">
* The JAR File Specification: Package Sealing</a>
*/
protected Package definePackage(String name, String specTitle,