Ver código fonte

修改错误的注释,清除

tangkc 2 anos atrás
pai
commit
509bbeeb6b

+ 3 - 1
liteflow-spring/src/main/java/com/yomahub/liteflow/spring/ComponentScanner.java

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