Skip to content

Commit 4a86a8f

Browse files
committed
fix: 解决 TOOL_NEOREGEORG 不一致的问题
1 parent 4669050 commit 4a86a8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jmg-core/src/main/java/jmg/core/config/Constants.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ public class Constants {
5656

5757
public static final String TOOL_CUSTOM = "Custom";
5858

59-
public static final String TOOL_NEOREGEORG = "Neo-reGeorg";
59+
public static final String TOOL_NEOREGEORG = "NeoreGeorg";
6060
public static final String TOOL_SUO5 = "Suo5";
6161

6262
public static final String EXPR_EL = "EL";

0 commit comments

Comments
 (0)