去除一些无引用的常量

This commit is contained in:
everywhere.z
2022-11-22 10:48:21 +08:00
parent 1d15421b3a
commit d2d6e13659

View File

@@ -25,16 +25,8 @@ public interface ChainConstant {
String VALUE = "value";
String ERROR_RESUME = "errorResume";
String GROUP = "group";
String ANY = "any";
String THREAD_EXECUTOR_CLASS = "threadExecutorClass";
String CONDITION = "condition";
String TYPE = "type";
String THEN = "THEN";