mirror of
https://gitee.com/dromara/liteFlow.git
synced 2026-05-14 04:02:09 +08:00
修改错误的注释,清除
This commit is contained in:
@@ -84,7 +84,9 @@ public class ComponentScanner implements BeanPostProcessor {
|
||||
return bean;
|
||||
}
|
||||
|
||||
// 用于清除spring上下文扫描到的组件实体
|
||||
/**
|
||||
* 用于清除 spring 上下文扫描到的组件实体
|
||||
*/
|
||||
public static void cleanCache() {
|
||||
nodeComponentMap.clear();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user