Skip to content

Commit

Permalink
added comment aabout need for switching to SortedSet
Browse files Browse the repository at this point in the history
  • Loading branch information
raffaelladevita committed Sep 11, 2023
1 parent 6e9be6f commit bd7229c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ protected int findIndex(int unixTime) {
return n;
}

//FIXME: should switch to use SortedSet
protected boolean add(Epics de) {
if (this.epics.isEmpty()) {
this.epics.add(de);
Expand Down

0 comments on commit bd7229c

Please sign in to comment.