Skip to content

Commit

Permalink
Removed an unused Validator class.
Browse files Browse the repository at this point in the history
  • Loading branch information
jcpitre committed Oct 11, 2024
1 parent 05a413f commit fa662ce
Showing 1 changed file with 0 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -125,15 +125,4 @@ static class SameNameAndDescriptionForStopNotice extends ValidationNotice {
this.stopDesc = stopDesc;
}
}

/**
* Name and locationType columns are not found in stops.txt.
*
* <p>When the locationType column is missing, the default value used is 0 (STOP). In that case,
* the stopName cannot undefined.
*/
@GtfsValidationNotice(severity = ERROR, files = @FileRefs(GtfsStopSchema.class))
static class StopNameAndLocationIdColumnsBothMissingNotice extends ValidationNotice {
StopNameAndLocationIdColumnsBothMissingNotice() {}
}
}

0 comments on commit fa662ce

Please sign in to comment.