RED-7782 - Remove comments
This commit is contained in:
parent
59f3e99fea
commit
48d432024a
@ -90,10 +90,7 @@ public class ManualRedactionProviderService {
|
||||
new ManualResizeRedactionMapper()));
|
||||
}
|
||||
|
||||
// deprecated anyway, remove as soon as UI uses EntityLog
|
||||
Comments comments = commentService.getComments(fileId);
|
||||
|
||||
return new ManualRedactions(removals, entriesToAdd, forceRedactions, recategorizations, legalBasisChanges, resizeRedactions, comments.getComments());
|
||||
return new ManualRedactions(removals, entriesToAdd, forceRedactions, recategorizations, legalBasisChanges, resizeRedactions);
|
||||
}
|
||||
|
||||
|
||||
|
||||
@ -42,8 +42,4 @@ public class ManualRedactions {
|
||||
@Builder.Default
|
||||
private Set<ManualResizeRedaction> resizeRedactions = new HashSet<>();
|
||||
|
||||
@Deprecated(forRemoval = true)
|
||||
@Builder.Default
|
||||
private Map<String, List<Comment>> comments = new HashMap<>();
|
||||
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user