mirror of
https://gitee.com/dromara/liteFlow.git
synced 2026-05-14 20:22:07 +08:00
代码优化
This commit is contained in:
@@ -36,7 +36,7 @@ public class Node implements Executable{
|
||||
|
||||
private NodeComponent instance;
|
||||
|
||||
private Map<String, Executable> condNodeMap = new HashMap<String, Executable>();
|
||||
private final Map<String, Executable> condNodeMap = new HashMap<>();
|
||||
|
||||
public Node(){
|
||||
|
||||
|
||||
Reference in New Issue
Block a user