pmd
This commit is contained in:
parent
3145195d63
commit
9e64773d0d
@ -147,7 +147,7 @@ public class RedactionLogMergeService {
|
||||
|
||||
if (mrw.getItem() instanceof IdRemoval) {
|
||||
var manualRemoval = (IdRemoval) mrw.getItem();
|
||||
if (manualRemoval.getStatus().equals(AnnotationStatus.APPROVED) && (manualRemoval.isRemoveFromDictionary() || (manualRemoval.isRemoveFromDictionary()))) {
|
||||
if (manualRemoval.getStatus().equals(AnnotationStatus.APPROVED) && (manualRemoval.isRemoveFromDictionary() || manualRemoval.isRemoveFromDictionary())) {
|
||||
log.info("Skipping merge for dictionary-modifying entry");
|
||||
} else {
|
||||
String manualOverrideReason = null;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user