RED-7241: added flag addToAllDossiers to ManualResizeRedaction

This commit is contained in:
Ali Oezyetimoglu 2023-08-09 07:26:13 +02:00
parent d3337d4244
commit 6c4cd3e44c

View File

@ -22,6 +22,7 @@ public class ManualResizeRedaction extends BaseAnnotation {
private String textBefore;
private String textAfter;
private Boolean updateDictionary;
private boolean addToAllDossiers;
@Builder