checkstyle fix

This commit is contained in:
Timo Bejan 2021-11-01 19:00:02 +02:00
parent 4e87e188ee
commit 0f7cc50e40

View File

@ -21,5 +21,5 @@ public class RedactionRequest {
@Builder.Default
private Set<Integer> excludedPages = new HashSet<>();
private boolean withSectionDataForManualRedactions = false;
private boolean withSectionDataForManualRedactions;
}