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 df99d50 commit 37b613b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ public static List<NewGTFSError> validateRoute(Route route, List<Trip> trips, Li
}

/**
* Check location group conforms to flex specification constraints.
* Check that a location group conforms to flex specification constraints.
*/
public static List<NewGTFSError> validateLocationGroup(
LocationGroup locationGroup,
Expand Down

0 comments on commit 37b613b

Please sign in to comment.