enhancement #I5Q3SS 对于el表达式里的未定义的子表达式和未注册的node进行编译时检查

This commit is contained in:
tangkc 2022-09-13 14:15:03 +08:00
parent 7b79301f03
commit b6925f85c9
1 changed files with 0 additions and 1 deletions

View File

@ -43,7 +43,6 @@ public class LiteFlowChainELBuilder {
//EL解析引擎 //EL解析引擎
private final static ExpressRunner EXPRESS_RUNNER = new ExpressRunner(); private final static ExpressRunner EXPRESS_RUNNER = new ExpressRunner();
;
static { static {
//初始化QLExpress的Runner //初始化QLExpress的Runner