Skip to content

Commit

Permalink
Really really need more coffee
Browse files Browse the repository at this point in the history
  • Loading branch information
louietyj committed Nov 5, 2016
1 parent a679bd6 commit 563987a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ public static List<Event> filterEvents(Map<String, String[]> parsedResult) throw
if (eventStatus.equals("over") || eventStatus.equals("past")) {
eventPredicates.add(Event.predEndBefore(now));
} else if (eventStatus.equals("future")) {
eventPredicates.add(Event.predStartBefore(now));
eventPredicates.add(Event.predStartAfter(now));
}
}

Expand Down

0 comments on commit 563987a

Please sign in to comment.