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;
@Resource
private AflPlotInfoService aflPlotInfoService;
private void afterTaskExecute(){
AflManagerReq aflManagerReq = new AflManagerReq();
aflInfoService.saveAflInfo();
}
private void afterPipelineExecute(){
}
// private void afterTaskExecute(){
// AflManagerReq aflManagerReq = new AflManagerReq();
// aflInfoService.saveAflInfo();
// }
// private void afterPipelineExecute(){
//
// }
}