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:
commit
432e1bcc51
@ -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