is rectangle
This commit is contained in:
parent
dc02e58283
commit
8250714e32
@ -24,6 +24,7 @@ public class ManualRedactionEntry {
|
||||
private List<Rectangle> positions = new ArrayList<>();
|
||||
private Status status;
|
||||
private String section;
|
||||
private boolean rectangle;
|
||||
|
||||
private boolean addToDictionary;
|
||||
private boolean addToDossierDictionary;
|
||||
|
||||
@ -22,6 +22,7 @@ public class RedactionLogEntry {
|
||||
private String type;
|
||||
private String value;
|
||||
private String reason;
|
||||
private boolean rectangle;
|
||||
private int matchedRule;
|
||||
private String legalBasis;
|
||||
private boolean redacted;
|
||||
|
||||
@ -262,6 +262,7 @@ public class RedactionLogMergeService {
|
||||
.value(manualRedactionEntry.getValue())
|
||||
.section(manualRedactionEntry.getSection())
|
||||
.type(manualRedactionEntry.getType())
|
||||
.rectangle(manualRedactionEntry.isRectangle())
|
||||
.redacted(true)
|
||||
.isHint(false)
|
||||
.sectionNumber(-1)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user