Merge branch 'hotfix/match' into develop

# Conflicts:
#	pom.xml
This commit is contained in:
upagge
2020-05-01 17:32:46 +03:00

View File

@@ -48,7 +48,7 @@ public abstract class Unit<U extends Unit> {
this.phrase = phrase;
this.pattern = pattern;
this.matchThreshold = matchThreshold == null ? 10 : matchThreshold;
this.priority = priority == null ? 10 : matchThreshold;
this.priority = priority == null ? 10 : priority;
this.nextUnits = nextUnits;
}