Bug 1369604 - review: rm comment from WONTFIX'd bug. r=mcomella

MozReview-Commit-ID: 5zgonuODZHQ

--HG--
extra : rebase_source : 4170e830ba1074532f9e97f05dbf66bc1c4e8d09
This commit is contained in:
Michael Comella 2017-07-28 17:58:05 -07:00
Родитель 3f38bf8c55
Коммит f4944b7a6e
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

@ -56,7 +56,6 @@ public class HighlightsRanking {
// ourselves: this data structure is copied into two other data structures upon completion.
//
// To add a weight, just add it to tmpWeights as seen below.
// TODO: Needs confirmation from the desktop team that this is the correct weight mapping (Bug 1336037)
final SparseArray<Double> tmpWeights = new SparseArray<>();
tmpWeights.put(FEATURE_VISITS_COUNT, -0.1);
tmpWeights.put(FEATURE_DESCRIPTION_LENGTH, -0.1);