Skip to content

Commit

Permalink
Merge pull request #225 from conveyal/dev
Browse files Browse the repository at this point in the history
Trigger bug fix release
  • Loading branch information
landonreed authored Apr 24, 2019
2 parents a264d3b + 5fb4f49 commit 3812ca9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
import static com.conveyal.gtfs.error.NewGTFSErrorType.REFERENTIAL_INTEGRITY;

/**
* This class is used during feed loads to track the unique keys that are encountered in a GTFS
* This class is used while loading GTFS to track the unique keys that are encountered in a GTFS
* feed. It has two sets of strings that it tracks, one for single field keys (e.g., route_id or
* stop_id) and one for keys that are compound, usually made up of a string ID with a sequence field
* (e.g., trip_id + stop_sequence for tracking unique stop times).
Expand Down

0 comments on commit 3812ca9

Please sign in to comment.