mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-27 19:35:10 +01:00
Small improvement
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user