修改错误的注释
This commit is contained in:
parent
20793dd342
commit
5ed4f3e446
|
@ -10,7 +10,6 @@ package com.yomahub.liteflow.spring;
|
|||
|
||||
import com.yomahub.liteflow.aop.ICmpAroundAspect;
|
||||
import com.yomahub.liteflow.core.NodeComponent;
|
||||
import com.yomahub.liteflow.flow.FlowBus;
|
||||
import com.yomahub.liteflow.property.LiteflowConfig;
|
||||
import com.yomahub.liteflow.util.LOGOPrinter;
|
||||
import com.yomahub.liteflow.util.LiteFlowProxyUtil;
|
||||
|
@ -85,7 +84,7 @@ public class ComponentScanner implements BeanPostProcessor {
|
|||
return bean;
|
||||
}
|
||||
|
||||
//用于清楚spring上下文扫描到的组件实体
|
||||
// 用于清除spring上下文扫描到的组件实体
|
||||
public static void cleanCache() {
|
||||
nodeComponentMap.clear();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue