Skip to content

Commit 0d1aa3c

Browse files
evwhelancoffeys
authored andcommittedSep 1, 2020
8248772: Extra comma in documentation of Thread#interrupt()
Reviewed-by: coffeys, rriggs
1 parent a1176dc commit 0d1aa3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/java.base/share/classes/java/lang/Thread.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -952,7 +952,7 @@ public final void stop() {
952952
* Object#wait() wait()}, {@link Object#wait(long) wait(long)}, or {@link
953953
* Object#wait(long, int) wait(long, int)} methods of the {@link Object}
954954
* class, or of the {@link #join()}, {@link #join(long)}, {@link
955-
* #join(long, int)}, {@link #sleep(long)}, or {@link #sleep(long, int)},
955+
* #join(long, int)}, {@link #sleep(long)}, or {@link #sleep(long, int)}
956956
* methods of this class, then its interrupt status will be cleared and it
957957
* will receive an {@link InterruptedException}.
958958
*

0 commit comments

Comments
 (0)
Please sign in to comment.