RED-6009: test if matchedRule from int to String crashes the FE

This commit is contained in:
Kilian Schuettler 2023-06-20 12:48:45 +02:00
parent e5d19b98d7
commit 764247ff0f

View File

@ -25,7 +25,7 @@ public class RedactionLogEntry {
private String type;
private String value;
private String reason;
private int matchedRule;
private String matchedRule;
private boolean rectangle;
private String legalBasis;