RedactionLogMergeService.java edited online with Bitbucket
This commit is contained in:
parent
de2282bc24
commit
e5099f321e
@ -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 -> {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user