RED-5449: Wrong behaviour of imported redactions only from PREVIEW-File #320

Merged
maverick.studer merged 1 commits from RED-5449 into master 2024-01-24 09:21:23 +01:00

View File

@ -21,4 +21,6 @@ public class ImportedRedaction {
@Builder.Default
private List<Position> positions = new ArrayList<>();
private String value;
}