Skip to content

Commit

Permalink
refactor(exceptions): update to avoid merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
philip-cline committed Jul 7, 2023
1 parent fcdc1cc commit 677ba68
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ public FeedLoadResult exportTables() {
calendarDate.date = date;
calendarDate.service_id = cal.service_id;
calendarDate.exception_type = ex.serviceRunsOn(cal) ? 1 : 2;
LOG.info("Adding exception {} (type={}) for calendar {} on date {}", ex.name, calendarDate.exception_type, cal.service_id, date.toString());
LOG.info("Adding exception {} (type={}) for calendar {} on date {}", ex.name, calendarDate.exception_type, cal.service_id, date);

if (service.calendar_dates.containsKey(date))
throw new IllegalArgumentException("Duplicate schedule exceptions on " + date.toString());
Expand Down

0 comments on commit 677ba68

Please sign in to comment.