RedactionLogMergeService.java edited online with Bitbucket

This commit is contained in:
Timo Bejan 2021-08-13 12:50:15 +02:00
parent de2282bc24
commit e5099f321e

View File

@ -48,6 +48,8 @@ public class RedactionLogMergeService {
private List<ManualRedactionWrapper> createManualRedactionWrappers(ManualRedactions manualRedactions) {
log.info("Processing Manual Redactions: {}", manualRedactions);
List<ManualRedactionWrapper> manualRedactionWrappers = new ArrayList<>();
manualRedactions.getImageRecategorizations().forEach(item -> {