RED-3611: Fixed parameter type of priorityMode

This commit is contained in:
deiflaender 2022-03-16 12:01:41 +01:00
parent 19014c683e
commit 9601904ae6

View File

@ -20,6 +20,4 @@ public class RedactionServiceSettings {
private boolean nerServiceEnabled = true; private boolean nerServiceEnabled = true;
private boolean priorityMode;
} }