diff --git a/liteflow-spring-boot-starter/src/test/java/com/yomahub/liteflow/test/parser/LFParserJsonNoSpringTest.java b/liteflow-spring-boot-starter/src/test/java/com/yomahub/liteflow/test/parser/LFParserJsonNoSpringTest.java index b57f5bcf3..95984232d 100644 --- a/liteflow-spring-boot-starter/src/test/java/com/yomahub/liteflow/test/parser/LFParserJsonNoSpringTest.java +++ b/liteflow-spring-boot-starter/src/test/java/com/yomahub/liteflow/test/parser/LFParserJsonNoSpringTest.java @@ -13,7 +13,7 @@ import org.junit.Test; */ public class LFParserJsonNoSpringTest { - //测试无spring场景的xml parser + //测试无spring场景的json parser @Test public void testNoSpring() throws Exception{ FlowExecutor executor = new FlowExecutor();