mirror of
https://github.com/slhaf/Partner.git
synced 2026-05-12 16:53:04 +08:00
chore(ActionCore): update comment
This commit is contained in:
@@ -62,7 +62,7 @@ public class ActionCore extends PartnerCore<ActionCore> {
|
|||||||
private RunnerClient runnerClient;
|
private RunnerClient runnerClient;
|
||||||
|
|
||||||
public ActionCore() throws IOException, ClassNotFoundException {
|
public ActionCore() throws IOException, ClassNotFoundException {
|
||||||
// TODO 通过 AgentConfigManager指定
|
// TODO 通过 AgentConfigManager指定采用何种 runnerClient
|
||||||
runnerClient = new SandboxRunnerClient(existedMetaActions, virtualExecutor);
|
runnerClient = new SandboxRunnerClient(existedMetaActions, virtualExecutor);
|
||||||
setupShutdownHook();
|
setupShutdownHook();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user