8343071: Broken anchors to restricted method page and some redundant ids

8332747: Broken links in StructuredTaskScope

Reviewed-by: mcimadamore, iris
This commit is contained in:
Nizar Benalla 2024-11-05 21:43:11 +00:00
parent d4d9831c90
commit 69bc088774
4 changed files with 7 additions and 7 deletions

View file

@ -263,7 +263,7 @@ public final class Module implements AnnotatedElement {
/**
* Returns {@code true} if this module can access
* <a href="foreign/package-summary.html#restricted"><em>restricted</em></a> methods.
* <a href="{@docRoot}/java.base/java/lang/doc-files/RestrictedMethods.html#restricted"><em>restricted</em></a> methods.
*
* @return {@code true} if this module can access <em>restricted</em> methods.
* @since 22