mirror of
https://gitee.com/dromara/liteFlow.git
synced 2026-05-15 04:22:09 +08:00
修复注释
This commit is contained in:
@@ -164,7 +164,7 @@ public abstract class NodeComponent {
|
||||
return true;
|
||||
}
|
||||
|
||||
// 出错是否继续执行(这个只适用于并行流程,串行流程不起作用)
|
||||
// 出错是否继续执行
|
||||
public boolean isContinueOnError() {
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user