Skip to content

Commit

Permalink
fix: keep the notice description as is (#1863)
Browse files Browse the repository at this point in the history
* keep the notice description as is
  • Loading branch information
qcdyx authored Oct 2, 2024
1 parent bb23bf3 commit 63dab81
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -155,10 +155,8 @@ static class ForbiddenSameDayBookingFieldValueNotice extends ValidationNotice {
}

/**
* Prior notice last day earlier than start day.
*
* <p>Prior notice last day should not be greater than the prior notice start day in
* booking_rules.txt
* Prior notice last day should not be greater than the prior notice start day in
* booking_rules.txt.
*/
@GtfsValidationNotice(
severity = SeverityLevel.ERROR,
Expand Down

0 comments on commit 63dab81

Please sign in to comment.