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 2762d378d5
commit ea3b0b9999

View File

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