mirror of
https://gitee.com/dromara/liteFlow.git
synced 2026-05-14 20:22:07 +08:00
优化代码
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
package com.yomahub.liteflow.entity.flow;
|
||||
|
||||
import com.yomahub.liteflow.core.FlowExecutor;
|
||||
import com.yomahub.liteflow.core.NodeComponent;
|
||||
import org.slf4j.Logger;
|
||||
import org.slf4j.LoggerFactory;
|
||||
|
||||
|
||||
@@ -40,7 +40,7 @@ public class MonitorBus {
|
||||
|
||||
private long period = 5*60*1000;
|
||||
|
||||
private Logger LOG = LoggerFactory.getLogger(this.getClass());
|
||||
private final Logger LOG = LoggerFactory.getLogger(this.getClass());
|
||||
|
||||
private final ConcurrentHashMap<String, BoundedPriorityQueue<CompStatistics>> statisticsMap = new ConcurrentHashMap<>();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user