mirror of
https://github.com/slhaf/Partner.git
synced 2026-05-12 16:53:04 +08:00
refactor(SandboxRunnerClient): align doRun visibility with superclass
This commit is contained in:
@@ -29,7 +29,7 @@ public class SandboxRunnerClient extends RunnerClient {
|
||||
super(existedMetaActions, executor);
|
||||
}
|
||||
|
||||
public RunnerResponse doRun(MetaAction metaAction) {
|
||||
protected RunnerResponse doRun(MetaAction metaAction) {
|
||||
// 调用沙盒执行器
|
||||
return null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user