优化代码
This commit is contained in:
parent
8aab51ba5d
commit
129a0a43fd
|
|
@ -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<>();
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue