From 180085bfcbf7ca05a38cfae31e63a55835a1c91d Mon Sep 17 00:00:00 2001 From: bryan31 Date: Sun, 4 Apr 2021 21:25:06 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=B5=8B=E8=AF=95=E7=94=A8?= =?UTF-8?q?=E4=BE=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../yomahub/liteflow/test/parser/LFParserJsonNoSpringTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();