fixed pmd
This commit is contained in:
parent
d2ffb09987
commit
25e5594750
@ -214,7 +214,7 @@ public class RedactionLogMergeService {
|
|||||||
if (requested) {
|
if (requested) {
|
||||||
return dictionaryService.getRequestRemoveColor(dossierTemplateId);
|
return dictionaryService.getRequestRemoveColor(dossierTemplateId);
|
||||||
}
|
}
|
||||||
if ((!isRedaction && !dictionaryService.isHint(type, dossierTemplateId)) || skipped) {
|
if (skipped || (!isRedaction && !dictionaryService.isHint(type, dossierTemplateId))) {
|
||||||
return dictionaryService.getNotRedactedColor(dossierTemplateId);
|
return dictionaryService.getNotRedactedColor(dossierTemplateId);
|
||||||
}
|
}
|
||||||
return dictionaryService.getColor(type, dossierTemplateId);
|
return dictionaryService.getColor(type, dossierTemplateId);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user