Добавлена ошибка при добавлении паттерна с неправильной регуляркой
This commit is contained in:
@@ -99,7 +99,7 @@ public class PatternMatcher {
|
||||
return a <= x && x <= b;
|
||||
}
|
||||
|
||||
private java.util.regex.Pattern compilePattern(Pattern pattern) {
|
||||
static java.util.regex.Pattern compilePattern(Pattern pattern) {
|
||||
return compiledPatterns.computeIfAbsent(pattern.getValue(), java.util.regex.Pattern::compile);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user