Skip to content
Snippets Groups Projects
Commit 116654c6 authored by Mirco Nasuti's avatar Mirco Nasuti
Browse files

bugfix: init mining-query filters with empty string

parent f6f6d9ac
No related branches found
Tags 2.5.1
No related merge requests found
......@@ -24,6 +24,7 @@ public class MiningQuery {
this.variables = new LinkedList<>();
this.covariables = new LinkedList<>();
this.grouping = new LinkedList<>();
this.filters = "";
}
public List<Variable> getVariables() {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment