mirror of
https://gitee.com/dromara/liteFlow.git
synced 2026-05-14 12:12:08 +08:00
优化细节代码
This commit is contained in:
@@ -30,9 +30,9 @@ public class DataBus {
|
||||
|
||||
public static AtomicInteger OCCUPY_COUNT = new AtomicInteger(0);
|
||||
|
||||
private static AtomicReferenceArray<Slot> SLOTS;
|
||||
private static final AtomicReferenceArray<Slot> SLOTS;
|
||||
|
||||
private static ConcurrentLinkedQueue<Integer> QUEUE;
|
||||
private static final ConcurrentLinkedQueue<Integer> QUEUE;
|
||||
|
||||
static {
|
||||
LiteflowConfig liteflowConfig = LiteflowConfigGetter.get();
|
||||
|
||||
Reference in New Issue
Block a user