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

@ -19,7 +19,5 @@ public class RedactionServiceSettings {
private int analysisVersion = 1;
private boolean nerServiceEnabled = true;
private boolean priorityMode;
}