修复注释

This commit is contained in:
everywhere.z
2023-06-08 11:31:04 +08:00
parent 9120859376
commit ff9013ed8f

View File

@@ -164,7 +164,7 @@ public abstract class NodeComponent {
return true;
}
// 出错是否继续执行(这个只适用于并行流程,串行流程不起作用)
// 出错是否继续执行
public boolean isContinueOnError() {
return false;
}