yangys
2024-04-24 5f360754e825c4796e6c4d42238f47317fdeb5a8
smart-core-tool/src/main/java/com/qianwen/core/tool/script/engine/SpEL/SpElEngine.java
@@ -21,7 +21,7 @@
    protected final Logger logger = LoggerFactory.getLogger(getClass());
    protected final Map<String, SpelScriptContext> cache = new ConcurrentHashMap();
    protected final ExpressionParser parser = new SpelExpressionParser();
    private List<ContextCall> contextCalls = new ArrayList();
    private List<ContextCall> contextCalls = new ArrayList<>();
    /* loaded from: blade-core-tool-9.3.0.0-SNAPSHOT.jar:org/springblade/core/tool/script/engine/SpEL/SpElEngine$ContextCall.class */
    public interface ContextCall {