Small fixes

This commit is contained in:
paulevsGitch 2021-06-06 16:23:15 +03:00
parent 0d63530136
commit 6487efb3de
3 changed files with 1 additions and 25 deletions

View file

@ -85,7 +85,6 @@ public class WeightedList<T> {
list.weights.add(weights.get(i));
list.values.add(values.get(i));
}
list.maxWeight = list.weights.get(end - 1);
return list;
}