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

This commit is contained in:
maverickstuder 2024-01-23 13:17:41 +01:00
parent 06ea42c410
commit c674cccf43

View File

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