From 0fff9698fcd342e5423a5b6c168606ff4231244e Mon Sep 17 00:00:00 2001 From: Kilian Schuettler Date: Wed, 4 Oct 2023 17:06:34 +0200 Subject: [PATCH] DM-285: adjust reports to new component log * ignore checkstyle error, because i want to explicitly initialize the field --- .../report/v1/server/service/ComponentRowsReportService.java | 1 + 1 file changed, 1 insertion(+) 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;