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

@ -1007,9 +1007,9 @@ public class StructuredTaskScope<T> implements AutoCloseable {
*
* <p> Construction captures the current thread's {@linkplain ScopedValue scoped
* value} bindings for inheritance by threads started in the task scope. The
* <a href="#TreeStructure">Tree Structure</a> section in the class description
* details how parent-child relations are established implicitly for the purpose
* of inheritance of scoped value bindings.
* {@linkplain StructuredTaskScope##TreeStructure Tree Structure} section
* in the class description details how parent-child relations are established
* implicitly for the purpose of inheritance of scoped value bindings.
*
* @param name the name of the task scope, can be null
* @param factory the thread factory
@ -1187,7 +1187,7 @@ public class StructuredTaskScope<T> implements AutoCloseable {
*
* <p> Construction captures the current thread's {@linkplain ScopedValue scoped
* value} bindings for inheritance by threads started in the task scope. The
* <a href="#TreeStructure">Tree Structure</a> section in the class description
* {@linkplain StructuredTaskScope##TreeStructure Tree Structure} section in the class description
* details how parent-child relations are established implicitly for the purpose
* of inheritance of scoped value bindings.
*