Skip to content

Commit

Permalink
Javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
jglick committed Aug 1, 2023
1 parent dbee576 commit 929dfcd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ public void run() {
* @param persist whether this is a user-initiated pause that should be persisted
* @return
* {@link Future} object that represents the actual suspension of the CPS VM.
* When the {@link #pause()} method is called, CPS VM might be still executing.
* When this method is called, the CPS VM might be still executing.
*/
public Future<?> pause(boolean persist) {
paused.set(true);
Expand Down

0 comments on commit 929dfcd

Please sign in to comment.