mirror of
https://github.com/github/codeql.git
synced 2025-12-21 19:26:31 +01:00
JS: Remove unneeded qualifier in static field access
This commit is contained in:
@@ -22,7 +22,7 @@ public class TemplateEngines {
|
|||||||
public static final Pattern TEMPLATE_TAGS =
|
public static final Pattern TEMPLATE_TAGS =
|
||||||
Pattern.compile(
|
Pattern.compile(
|
||||||
StringUtil.glue(
|
StringUtil.glue(
|
||||||
"|", TemplateEngines.MUSTACHE_TAG_DOUBLE, MUSTACHE_TAG_TRIPLE, MUSTACHE_TAG_PERCENT, EJS_TAG),
|
"|", MUSTACHE_TAG_DOUBLE, MUSTACHE_TAG_TRIPLE, MUSTACHE_TAG_PERCENT, EJS_TAG),
|
||||||
Pattern.DOTALL);
|
Pattern.DOTALL);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user