made new config public so serializer works

This commit is contained in:
Alex Kogon
2015-09-22 12:06:22 +02:00
parent c5b7694372
commit 36e6f0327e

View File

@@ -20,7 +20,7 @@ public class Config extends PropertiesSerializer {
public String xpathList = "";
public String xpathHightlight = ".*process=\"([^\"]*)\".*";
private boolean useStrongTextMatching = false;
public boolean useStrongTextMatching = false;
public Config() //needed for cloning