RED-7745 - Remove unused method to fix PMD violation

This commit is contained in:
Andrei Isvoran 2023-10-18 11:17:39 +03:00
parent 514a0f6618
commit f48224d8a1

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;