pull/1/head
Michael Peter Christen 12 years ago
parent 7754a1263b
commit fc3ff92c69

@ -163,6 +163,7 @@ public class OrderedScoreMap<E> extends AbstractScoreMap<E> implements ScoreMap<
score = this.map.get(obj);
if (score == null) {
this.map.put(obj, new AtomicInteger(incrementScore));
return;
}
}
score.addAndGet(incrementScore);

Loading…
Cancel
Save