Merge branch 'RED-7745-PMD' into 'master'

RED-7745 - Remove unused method to fix PMD violation

Closes RED-7745

See merge request redactmanager/redaction-report-service!13
This commit is contained in:
Andrei Isvoran 2023-10-18 10:30:47 +02:00
commit 432e1bcc51

View File

@ -190,12 +190,6 @@ public class EntityLogConverterService {
}
private List<Type> getMatchingTypes(List<Type> types, String type) {
return types.stream().filter(t -> t.getType().equals(type)).collect(Collectors.toList());
}
private String humanize(String label) {
String str = label;