Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2023706 | 1.1.1 | J. Duke | P4 | Resolved | Fixed | 1.1.1 |
Name: dg70945 Date: 11/05/98
http://java.sun.com/docs/books/tutorial/essential/threads/lifecycle.htmlhttp://java.sun.com/docs/books/tutorial/essential/threads/lifecycle.html
Location on page: Near the end of the section titled "Stopping a Thread"
"exiting" should be "existing", I think.
Erroneous text [emphasis added]:
"This condition indicates that the loop will exit
when the currently ***exiting*** thread is not equal
to clockThread."
Corrected text [emphasis added]:
"This condition indicates that the loop will exit
when the currently ***existing*** thread is not equal
to clockThread."
(Review ID: 41799)
======================================================================
- backported by
-
JDK-2023706 tutorial, threads: spelling error "exiting" vs. "existing" muddles meaning
-
- Resolved
-