Skip to content
Snippets Groups Projects
Commit 9c4b7ffe authored by Lange, Dr. Herbert's avatar Lange, Dr. Herbert
Browse files

change access to variables for inherited classes

parent f962247d
No related branches found
No related tags found
1 merge request!6add feature to load criteria file from resource and place all criteria files...
......@@ -43,12 +43,12 @@ abstract class AnnotationChecker extends Checker implements CorpusFunction {
private boolean showTagStats = false;
// List of tiers to be checked
private final List<String> tierIds = new ArrayList<>();
protected final List<String> tierIds = new ArrayList<>();
// Regex to separate tokens
private final String tokenSeparator = "\\s+" ;
// Check if the minimal setup is done
private boolean setUp = false;
protected boolean setUp = false;
public AnnotationChecker(Properties properties) {
super(false, properties);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment