mirror of
https://github.com/HMCL-dev/HMCL.git
synced 2025-09-09 11:55:52 -04:00
修复 Javadoc 中的无效链接 (#3703)
This commit is contained in:
parent
d268d923d7
commit
872c1943b7
@ -270,13 +270,13 @@ public abstract class Task<T> {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @throws InterruptedException if current thread is interrupted
|
* @throws InterruptedException if current thread is interrupted
|
||||||
* @see Thread#interrupted
|
* @see Thread#isInterrupted()
|
||||||
*/
|
*/
|
||||||
public void preExecute() throws Exception {}
|
public void preExecute() throws Exception {}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @throws InterruptedException if current thread is interrupted
|
* @throws InterruptedException if current thread is interrupted
|
||||||
* @see Thread#interrupted
|
* @see Thread#isInterrupted()
|
||||||
*/
|
*/
|
||||||
public abstract void execute() throws Exception;
|
public abstract void execute() throws Exception;
|
||||||
|
|
||||||
@ -292,7 +292,7 @@ public abstract class Task<T> {
|
|||||||
* {@link Task#isRelyingOnDependencies()} returns true or false.
|
* {@link Task#isRelyingOnDependencies()} returns true or false.
|
||||||
*
|
*
|
||||||
* @throws InterruptedException if current thread is interrupted
|
* @throws InterruptedException if current thread is interrupted
|
||||||
* @see Thread#interrupted
|
* @see Thread#isInterrupted()
|
||||||
* @see Task#isDependenciesSucceeded()
|
* @see Task#isDependenciesSucceeded()
|
||||||
*/
|
*/
|
||||||
public void postExecute() throws Exception {}
|
public void postExecute() throws Exception {}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user