RED-7745 - Remove unused method to fix PMD violation
This commit is contained in:
parent
514a0f6618
commit
f48224d8a1
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user