mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 06:45:07 +02:00
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:
parent
d4d9831c90
commit
69bc088774
4 changed files with 7 additions and 7 deletions
|
@ -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.
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue