Commit 7ae30a91 by Bryce McKinlay Committed by Bryce McKinlay

* java/lang/Thread.java: Update comment.

From-SVN: r38697
parent 32812a40
2001-01-05 Bryce McKinlay <bryce@albatross.co.nz>
* java/lang/Thread.java: Update comment.
2001-01-03 Tom Tromey <tromey@redhat.com> 2001-01-03 Tom Tromey <tromey@redhat.com>
* java/awt/ScrollPane.java (setBlockIncrement): Throw error. * java/awt/ScrollPane.java (setBlockIncrement): Throw error.
......
...@@ -18,12 +18,9 @@ package java.lang; ...@@ -18,12 +18,9 @@ package java.lang;
/* Written using "Java Class Libraries", 2nd edition, ISBN 0-201-31002-3 /* Written using "Java Class Libraries", 2nd edition, ISBN 0-201-31002-3
* "The Java Language Specification", ISBN 0-201-63451-1 * "The Java Language Specification", ISBN 0-201-63451-1
* plus online API docs for JDK 1.2 beta from http://www.javasoft.com. * plus online API docs for JDK 1.2 beta from http://www.javasoft.com.
* Status: Complete to version 1.1, with caveats * Status: Believed complete to version 1.3, with caveats. We do not
* Known problems: * implement the deprecated (and dangerous) stop, suspend, and resume
* No attempt was made to implement suspend/resume * methods. Security implementation is not complete.
* (this could be done in some cases)
* Various methods which assume a VM are likewise unimplemented
* We do implement stop() even though it is deprecated.
*/ */
public class Thread implements Runnable public class Thread implements Runnable
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment