Remove unnecessary escapes in regular expressions
See gh-24470
This commit is contained in:
committed by
Rossen Stoyanchev
parent
cf9a052e3a
commit
273812f9c5
@@ -47,7 +47,7 @@ public abstract class TestContextResourceUtils {
|
||||
|
||||
private static final String SLASH = "/";
|
||||
|
||||
private static final Pattern PLACEHOLDER_PATTERN = Pattern.compile(".*\\$\\{[^\\}]+\\}.*");
|
||||
private static final Pattern PLACEHOLDER_PATTERN = Pattern.compile(".*\\$\\{[^}]+}.*");
|
||||
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user