提交 333d0e95 编写于 作者: O o2null

fix mooltools

上级 b2e9ac97
......@@ -772,6 +772,17 @@ public class Config {
return instance().initialServiceScriptText;
}
@Deprecated
public String mooToolsScriptText;
@Deprecated
public static synchronized String mooToolsScriptText() throws Exception {
if (null == instance().mooToolsScriptText) {
instance().mooToolsScriptText = BaseTools.readString(PATH_COMMONS_MOOTOOLSSCRIPTTEXT);
}
return instance().mooToolsScriptText;
}
private MimeTypes mimeTypes;
public static synchronized MimeTypes mimeTypes() throws Exception {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册