Skip to content

Commit

Permalink
Update src/main/java/com/conveyal/gtfs/validator/FlexValidator.java
Browse files Browse the repository at this point in the history
Co-authored-by: Binh Dam <56846598+binh-dam-ibigroup@users.noreply.github.com>
  • Loading branch information
br648 and binh-dam-ibigroup authored Aug 20, 2024
1 parent 074afd1 commit a45ff11
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ public static List<NewGTFSError> validateLocation(
}

/**
* Check that a stop time fields conform to flex specification constraints.
* Check that the fields of a stop time object conform to flex specification constraints.
*/
public static List<NewGTFSError> validateStopTime(StopTime stopTime) {
List<NewGTFSError> errors = new ArrayList<>();
Expand Down

0 comments on commit a45ff11

Please sign in to comment.