yangys
2024-04-11 d19f16214e16b1a33b71fd8f63662a35d8a2dc04
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 {