提交 70b6ca3d 编写于 作者: F fheremans

ACT-1858: caching of ScriptEngine instances + groovy optimalisation

上级 4d3cbc62
......@@ -116,6 +116,8 @@ public class ScriptingEngines {
}
}
}
} else {
scriptEngine = cachedEngines.get(language);
}
if (scriptEngine == null) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册