Small fixes
This commit is contained in:
parent
0d63530136
commit
6487efb3de
3 changed files with 1 additions and 25 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue