Skip to content

Commit

Permalink
enhance notice comments
Browse files Browse the repository at this point in the history
  • Loading branch information
davidgamez committed Mar 4, 2025
1 parent 9f0c75a commit a44a036
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
import org.mobilitydata.gtfsvalidator.annotation.GtfsValidationNotice;

/**
* The `prior_notice_last_day` value is required for prior day `booking_type` in booking_rules.txt.
* The `prior_notice_last_day` is required when booking_type=2 (prior day booking) is specified in
* booking_rules.txt.
*/
@GtfsValidationNotice(severity = SeverityLevel.ERROR)
public class MissingPriorNoticeLastDayNotice extends ValidationNotice {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
import org.mobilitydata.gtfsvalidator.annotation.GtfsValidationNotice;

/**
* The `prior_notice_last_time` value is required for prior day `booking_type` in booking_rules.txt.
* The `prior_notice_last_time` is required when booking_type=2 (prior day booking) is specified in
* booking_rules.txt.
*/
@GtfsValidationNotice(severity = SeverityLevel.ERROR)
public class MissingPriorNoticeLastTimeNotice extends ValidationNotice {
Expand Down

0 comments on commit a44a036

Please sign in to comment.