RED-9472: seperation of system rules

This commit is contained in:
yhampe 2024-09-26 12:34:01 +02:00
parent b42b5762ec
commit 1ccdcf5844

View File

@ -203,6 +203,4 @@ public class RuleFileParser {
.collect(Collectors.toList());
}
private List<String> getImportsFromRuleFile(String ruleString)
}