RED-7241: added flag addToAllDossiers to ManualResizeRedaction

This commit is contained in:
Ali Oezyetimoglu 2023-08-09 07:26:13 +02:00
parent 48e9fcb655
commit 2c0934f09b

View File

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