mirror of
https://gitee.com/dromara/liteFlow.git
synced 2026-06-13 03:11:10 +08:00
优化代码,删除无用的代码
This commit is contained in:
@@ -134,7 +134,6 @@ public class DataBus {
|
||||
}
|
||||
|
||||
public static void releaseSlot(int slotIndex) {
|
||||
LiteflowConfig liteflowConfig = LiteflowConfigGetter.get();
|
||||
if (ObjectUtil.isNotNull(SLOTS.get(slotIndex))) {
|
||||
LOG.info("slot[{}] released", slotIndex);
|
||||
SLOTS.remove(slotIndex);
|
||||
|
||||
Reference in New Issue
Block a user