Skip to content

Commit 17243de

Browse files
author
Vladimir Kotal
committed
change TODO into comment
1 parent 6319369 commit 17243de

File tree

1 file changed

+1
-1
lines changed
  • opengrok-indexer/src/main/java/org/opengrok/indexer/history

1 file changed

+1
-1
lines changed

opengrok-indexer/src/main/java/org/opengrok/indexer/history/History.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ public void setEntries(List<HistoryEntry> entries) {
6464
this.entries = entries;
6565
}
6666

67-
// TODO: use History entry identification (revision) as key ?
67+
// revision to tag list. Individual tags are joined via TAGS_SEPARATOR.
6868
private Map<String, String> tags = new HashMap<>();
6969

7070
public History() {

0 commit comments

Comments
 (0)