Skip to content

Commit

Permalink
Add a comment line "future" near READER_LIST_* events that were added…
Browse files Browse the repository at this point in the history
… but not yet used.
  • Loading branch information
daniloercoli committed Dec 14, 2015
1 parent 36e3c7b commit 5236e54
Showing 1 changed file with 3 additions and 3 deletions.
Expand Up @@ -32,10 +32,10 @@ public enum Stat {
READER_BLOG_UNFOLLOWED,
READER_DISCOVER_VIEWED,
READER_INFINITE_SCROLL,
READER_LIST_FOLLOWED,
READER_LIST_FOLLOWED, // Future
READER_LIST_LOADED,
READER_LIST_PREVIEWED,
READER_LIST_UNFOLLOWED,
READER_LIST_PREVIEWED, // Future
READER_LIST_UNFOLLOWED, // Future
READER_TAG_FOLLOWED,
READER_TAG_LOADED,
READER_TAG_PREVIEWED,
Expand Down

0 comments on commit 5236e54

Please sign in to comment.