mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 23:04:50 +02:00
8310868: Thread.interrupt() method's javadoc has an incorrect {@link}
Reviewed-by: alanb
This commit is contained in:
parent
9057b35033
commit
013367b483
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue