8288840: StructureViolationException should not link to fork method

Reviewed-by: psandoz, mchung
This commit is contained in:
Alan Bateman 2022-06-22 07:48:58 +00:00
parent 7cf71bc2d3
commit 8fa46c8f72

View File

@ -27,7 +27,6 @@ package jdk.incubator.concurrent;
/**
* Thrown when a structure violation is detected.
*
* @see StructuredTaskScope#fork(Callable)
* @see StructuredTaskScope#close()
*
* @since 19