purity II

This commit is contained in:
lmaldacker 2021-02-11 13:54:46 +01:00
parent 7f7de6ce2a
commit 36596dad4a

View File

@ -166,8 +166,6 @@ public class Section {
}
public void addHintAnnotationByRegEx(String pattern, boolean patternCaseInsensitive, int group, String asType) {
Pattern compiledPattern = Patterns.getCompiledPattern(pattern, patternCaseInsensitive);