DM-285: adjust reports to new component log

* ignore checkstyle error, because i want to explicitly initialize the field
This commit is contained in:
Kilian Schuettler 2023-10-04 17:06:34 +02:00
parent b78de6857e
commit 0fff9698fc

View File

@ -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;