Fixed method name

This commit is contained in:
Luca Frosini 2019-11-26 11:48:31 +01:00
parent b3f0754615
commit d72858196c
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ public class RegexRulesAggregator implements Runnable {
}
}
public MatcherReplace addRegexReplace(MatcherReplace matcherReplace) {
public MatcherReplace addMatcherReplace(MatcherReplace matcherReplace) {
synchronized(matcherReplaceList) {
matcherReplaceList.add(matcherReplace);
}