RED-7745 - Remove unused method to fix PMD violation
This commit is contained in:
parent
f4b5600603
commit
514a0f6618
@ -162,17 +162,6 @@ public class EntityLogConverterService {
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
This method catches types like hint_only or published_information
|
||||
*/
|
||||
private boolean isHintType(List<Type> types, String type) {
|
||||
|
||||
var matchingTypes = getMatchingTypes(types, type);
|
||||
Optional<Type> foundType = matchingTypes.stream().findFirst();
|
||||
return foundType.map(Type::isHint).orElse(false);
|
||||
}
|
||||
|
||||
|
||||
private String getSection(EntityLogEntry entry, Position position) {
|
||||
|
||||
if (StringUtils.isNotBlank(entry.getSection())) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user