diff --git a/redaction-report-service-v1/redaction-report-service-server-v1/src/main/java/com/iqser/red/service/redaction/report/v1/server/service/ComponentRowsReportService.java b/redaction-report-service-v1/redaction-report-service-server-v1/src/main/java/com/iqser/red/service/redaction/report/v1/server/service/ComponentRowsReportService.java index c0e76d4..7ab8773 100644 --- a/redaction-report-service-v1/redaction-report-service-server-v1/src/main/java/com/iqser/red/service/redaction/report/v1/server/service/ComponentRowsReportService.java +++ b/redaction-report-service-v1/redaction-report-service-server-v1/src/main/java/com/iqser/red/service/redaction/report/v1/server/service/ComponentRowsReportService.java @@ -26,6 +26,7 @@ public class ComponentRowsReportService { ComponentClient componentResource; FileAttributesConfigClient fileAttributesClient; + @SuppressWarnings("checkstyle:all") static int COMPONENT_NAME_COL = 0; static int COMPONENT_VALUE_STARTING_COL = 1;