【fix sonar】FreemarkerParseFactory文件
This commit is contained in:
+1
-1
@@ -45,7 +45,7 @@ public class FreemarkerParseFactory {
|
|||||||
private static StringTemplateLoader stringTemplateLoader = new StringTemplateLoader();
|
private static StringTemplateLoader stringTemplateLoader = new StringTemplateLoader();
|
||||||
|
|
||||||
// 使用内嵌的(?ms)打开单行和多行模式
|
// 使用内嵌的(?ms)打开单行和多行模式
|
||||||
private final static Pattern p = Pattern
|
private static final Pattern p = Pattern
|
||||||
.compile("(?ms)/\\*.*?\\*/|^\\s*//.*?$");
|
.compile("(?ms)/\\*.*?\\*/|^\\s*//.*?$");
|
||||||
|
|
||||||
static {
|
static {
|
||||||
|
|||||||
Reference in New Issue
Block a user