优化代码

This commit is contained in:
everywhere.z
2024-07-01 21:59:58 +08:00
parent ff40b749b7
commit 676ea04aef

View File

@@ -62,7 +62,7 @@ public class FlowBus {
private static final Map<String, Node> fallbackNodeMap;
private static AtomicBoolean initStat = new AtomicBoolean(false);
private static final AtomicBoolean initStat = new AtomicBoolean(false);
static {
LiteflowConfig liteflowConfig = LiteflowConfigGetter.get();