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 {