RED-9472: seperation of system rules #516

Closed
yannik.hampe wants to merge 9 commits from RED-9472 into master
Showing only changes of commit 1ccdcf5844 - Show all commits

View File

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