Spaces/comment.

This commit is contained in:
asofold 2015-03-11 21:58:00 +01:00
parent a5d6594591
commit 0973149f0f
2 changed files with 165 additions and 164 deletions

View File

@ -42,6 +42,7 @@ public class Angle extends Check {
boolean cancel = false;
// Remove the old locations from the map.
// TODO: Use a linked list and make one iteration only (remove with Iterator).
for (final long time : new TreeMap<Long, Location>(data.angleHits).navigableKeySet()) {
if (System.currentTimeMillis() - time > 1000L) {
data.angleHits.remove(time);