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
--- 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();