Skip to content

Commit 0b3faeb

Browse files
committed
Fix javadoc typo
1 parent 12922b1 commit 0b3faeb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Core/Common/src/main/java/gay/object/hexdebug/core/api/debugging/env/DebugEnvironment.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ public abstract boolean resume(
5151
* <br>
5252
* The previous debug thread is removed before this method is called, so the implementation may
5353
* use {@link HexDebugCoreAPI#createDebugThread} and {@link HexDebugCoreAPI#startDebuggingIotas}.
54-
* However, note that {@link DebugEnvironment} is <strong>not</strong> called before this
55-
* method, so it's up to the implementation whether they need to call that or not.
54+
* However, note that {@link DebugEnvironment#terminate} is <strong>not</strong> called before
55+
* this method.
5656
*/
5757
public abstract void restart(int threadId);
5858

0 commit comments

Comments
 (0)