remove TODOs

They don't make sense anymore.
E.g. the Tags class is used by classes outside of
org.lucares.performance.db.
This commit is contained in:
2017-04-11 18:09:29 +02:00
parent cc7e461ebf
commit ee15594070
2 changed files with 1 additions and 4 deletions

View File

@@ -10,8 +10,6 @@ import java.util.TreeSet;
import java.util.function.BiConsumer;
public class Tags {
// TODO @ahr move class to org.lcuares.performance.db and make this package
// private
public static final Tags EMPTY = new Tags();
private final Map<String, Tag> tags;