Small improvement

pull/191/head
M66B 4 years ago
parent de01906a46
commit 096fb17929

@ -490,9 +490,9 @@ public class MessageClassifier {
}
private static class Stat {
int matchedWords = 0;
double totalFrequency = 0;
List<String> words = new ArrayList<>();
private int matchedWords = 0;
private double totalFrequency = 0;
private List<String> words = new ArrayList<>();
}
private static class Chance {

Loading…
Cancel
Save