8034203: Change JavaDoc for com.sun.jdi.request.EventRequest.setEnabled(boolean val)
authorfarvidsson
Mon, 24 Feb 2014 10:34:07 +0100
changeset 23008 0688ba09248f
parent 23007 5751a267f03c
child 23009 e2c92ddeb57f
8034203: Change JavaDoc for com.sun.jdi.request.EventRequest.setEnabled(boolean val) Summary: Added small corrections to the JavaDoc comments in the code. Reviewed-by: sla
jdk/src/share/classes/com/sun/jdi/request/EventRequest.java
--- a/jdk/src/share/classes/com/sun/jdi/request/EventRequest.java	Fri Feb 21 16:55:25 2014 +0400
+++ b/jdk/src/share/classes/com/sun/jdi/request/EventRequest.java	Mon Feb 24 10:34:07 2014 +0100
@@ -103,7 +103,7 @@
      * has been deleted.
      * @throws IllegalThreadStateException if this is a StepRequest,
      * <code>val</code> is <code>true</code>, and the
-     * thread named in the request has died.
+     * thread named in the request has died or is not yet started.
      */
     void setEnabled(boolean val);
 
@@ -112,7 +112,7 @@
      * @throws InvalidRequestStateException if this request
      * has been deleted.
      * @throws IllegalThreadStateException if this is a StepRequest
-     * and the thread named in the request has died.
+     * and the thread named in the request has died or is not yet started.
      */
     void enable();