Improved loop detection (own algorithm)

Boomerang part removed (was not working well)
This commit is contained in:
Jindra Pet��k
2013-06-18 23:00:24 +02:00
parent b1d9159182
commit 4f41b1eb22
28 changed files with 900 additions and 3266 deletions
@@ -90,7 +90,7 @@ public class Configuration {
* Load replacements from file
*/
private static void loadReplacements(String replacementsFile) {
if(!(new File(replacementsFile)).exists()){
if (!(new File(replacementsFile)).exists()) {
return;
}
replacements = new ArrayList<>();