On Tue, 6 Jan 2026 17:05:32 GMT, Alan Bateman <[email protected]> wrote:
>> src/java.base/share/classes/java/util/concurrent/StructuredTaskScope.java
>> line 1087:
>>
>>> 1085: * exception outcome is obtained, this method may not be invoked
>>> again. The only
>>> 1086: * case where this method may be called again by the scope owner
>>> is after
>>> 1087: * {@code InterruptedException} is thrown.
>>
>> Just offering a potential alternative formulation.
>>
>> `This method must only be called once, unless the previous invocation
>> resulted in an {@code InterruptedException} being thrown.`
>
>> Just offering a potential alternative formulation.
>>
>> `This method must only be called once, unless the previous invocation
>> resulted in an {@code InterruptedException} being thrown.`
>
> Thanks, I'll see if I can incorporate some of this into the existing sentence.
Looks good, thanks Alan!
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/29059#discussion_r2666799374