AFL节点代码暂时注释

This commit is contained in:
even 2025-07-07 18:07:45 +08:00
parent 5949b36c75
commit ba88165394

View File

@ -129,11 +129,11 @@ public class AFLWorker extends DockerWorker {
private AflSeedInfoService aflSeedInfoService; private AflSeedInfoService aflSeedInfoService;
@Resource @Resource
private AflPlotInfoService aflPlotInfoService; private AflPlotInfoService aflPlotInfoService;
private void afterTaskExecute(){ // private void afterTaskExecute(){
AflManagerReq aflManagerReq = new AflManagerReq(); // AflManagerReq aflManagerReq = new AflManagerReq();
aflInfoService.saveAflInfo(); // aflInfoService.saveAflInfo();
} // }
private void afterPipelineExecute(){ // private void afterPipelineExecute(){
//
} // }
} }