From f48224d8a10449ffa9542db39ff839ff9f156f16 Mon Sep 17 00:00:00 2001 From: Andrei Isvoran Date: Wed, 18 Oct 2023 11:17:39 +0300 Subject: [PATCH] RED-7745 - Remove unused method to fix PMD violation --- .../report/v1/server/service/EntityLogConverterService.java | 6 ------ 1 file changed, 6 deletions(-) diff --git a/redaction-report-service-v1/redaction-report-service-server-v1/src/main/java/com/iqser/red/service/redaction/report/v1/server/service/EntityLogConverterService.java b/redaction-report-service-v1/redaction-report-service-server-v1/src/main/java/com/iqser/red/service/redaction/report/v1/server/service/EntityLogConverterService.java index c696d1d..8ed0d68 100644 --- a/redaction-report-service-v1/redaction-report-service-server-v1/src/main/java/com/iqser/red/service/redaction/report/v1/server/service/EntityLogConverterService.java +++ b/redaction-report-service-v1/redaction-report-service-server-v1/src/main/java/com/iqser/red/service/redaction/report/v1/server/service/EntityLogConverterService.java @@ -190,12 +190,6 @@ public class EntityLogConverterService { } - private List getMatchingTypes(List types, String type) { - - return types.stream().filter(t -> t.getType().equals(type)).collect(Collectors.toList()); - } - - private String humanize(String label) { String str = label;