On Wed, 16 Nov 2022 16:55:24 GMT, Andrew Haley <a...@openjdk.org> wrote:

>> JEP 429 implementation.
>
> Andrew Haley has updated the pull request incrementally with two additional 
> commits since the last revision:
> 
>  - Javadoc changes.
>  - ProblemList.txt cleanup

src/jdk.incubator.concurrent/share/classes/jdk/incubator/concurrent/StructuredTaskScope.java
 line 225:

> 223:  * </ul>
> 224:  *
> 225:  * The <i>descendants</i> of a task scope that are child task scopes 
> that it is a parent

There is a typo in the update (my fault).
Suggestion:

 * The <i>descendants</i> of a task scope are the child task scopes that it is 
a parent

-------------

PR: https://git.openjdk.org/jdk/pull/10952

Reply via email to