RED-9472: seperation of system rules

added updated service version for fixing checkstyle errors
This commit is contained in:
yhampe 2024-11-19 10:18:10 +01:00
parent f0129955df
commit 5f97d7acb3

View File

@ -105,7 +105,6 @@ public class DroolsValidationService {
.line(ruleCompilationResult.getGlobalsLine())
.column(0)
.build();
customValidation.getDeprecatedWarnings().addAll(getWarningsForDeprecatedRules(ruleFileBluePrint));
}