Bugfixes, move generating to background thread

This commit is contained in:
2017-06-11 21:48:01 +02:00
parent e1273ab65e
commit a1d00818c3
9 changed files with 170 additions and 473 deletions
+1 -1
View File
@@ -102,7 +102,7 @@ public class FileParser {
String line = "Error";
line = br.readLine();
RegExp regex = new RegExp("a").of(new RegExp("b").ster()); //RegExp.parse(line);
RegExp regex = RegExp.naarRegExp(line);
return regex;
}