修改错误的注释,清除

This commit is contained in:
tangkc
2022-09-08 11:54:42 +08:00
parent 5ed4f3e446
commit 509bbeeb6b

View File

@@ -84,7 +84,9 @@ public class ComponentScanner implements BeanPostProcessor {
return bean;
}
// 用于清除spring上下文扫描到的组件实体
/**
* 用于清除 spring 上下文扫描到的组件实体
*/
public static void cleanCache() {
nodeComponentMap.clear();
}