Skip to content

Commit 5002555

Browse files
committed
fix minor typo
1 parent 1f277cd commit 5002555

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/jdk.jdi/share/classes/com/sun/jdi/request/EventRequestManager.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ ExceptionRequest createExceptionRequest(ReferenceType refType,
257257
* StepRequest.STEP_OVER);
258258
* request.addCountFilter(1); // next step only
259259
* request.enable();
260-
* myVM.VirtualMachine.resume();
260+
* myVM.resume();
261261
* }</pre>
262262
*
263263
* @param thread the thread in which to step

0 commit comments

Comments
 (0)