Skip to content

Commit

Permalink
Update src/main/java/com/conveyal/gtfs/PatternFinder.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 3b25aa1 commit 238c919
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/conveyal/gtfs/PatternFinder.java
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ public static void renamePatterns(
}

/**
* Using the order stop or location id return the object it actually relates to. Under flex, a stop can either be a
* Using the ordered stop or location id, return the object it actually relates to. Under flex, a stop can either be a
* stop, location or location group stop, this method decides which.
*/
private static Object getStopType(
Expand Down

0 comments on commit 238c919

Please sign in to comment.