8310868: Thread.interrupt() method's javadoc has an incorrect {@link}
Reviewed-by: alanb
This commit is contained in:
parent
9057b35033
commit
013367b483
@ -1689,7 +1689,7 @@ public class Thread implements Runnable {
|
|||||||
*
|
*
|
||||||
* @implNote In the JDK Reference Implementation, interruption of a thread
|
* @implNote In the JDK Reference Implementation, interruption of a thread
|
||||||
* that is not alive still records that the interrupt request was made and
|
* 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
|
* @throws SecurityException
|
||||||
* if the current thread cannot modify this thread
|
* if the current thread cannot modify this thread
|
||||||
|
Loading…
x
Reference in New Issue
Block a user