8310868: Thread.interrupt() method's javadoc has an incorrect {@link}

Reviewed-by: alanb
This commit is contained in:
Jaikiran Pai 2023-06-26 06:25:08 +00:00
parent 9057b35033
commit 013367b483

View File

@ -1689,7 +1689,7 @@ public class Thread implements Runnable {
*
* @implNote In the JDK Reference Implementation, interruption of a thread
* that is not alive still records that the interrupt request was made and
* will report it via {@link #interrupted} and {@link #isInterrupted()}.
* will report it via {@link #interrupted()} and {@link #isInterrupted()}.
*
* @throws SecurityException
* if the current thread cannot modify this thread