Skip to content

Commit

Permalink
refactor(Table.java): Changed the table order for ref checking
Browse files Browse the repository at this point in the history
Moved locations to before stop areas
  • Loading branch information
br648 committed Nov 20, 2023
1 parent dce4d70 commit 6da9e99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/com/conveyal/gtfs/loader/Table.java
Original file line number Diff line number Diff line change
Expand Up @@ -587,6 +587,7 @@ public Table (String name, Class<? extends Entity> entityClass, Requirement requ
PATTERNS,
SHAPES,
STOPS,
LOCATIONS,
STOP_AREAS,
FARE_RULES,
PATTERN_STOP,
Expand All @@ -599,8 +600,7 @@ public Table (String name, Class<? extends Entity> entityClass, Requirement requ
TRANSLATIONS,
ATTRIBUTIONS,
BOOKING_RULES,
LOCATION_SHAPES,
LOCATIONS
LOCATION_SHAPES
};

/**
Expand Down

0 comments on commit 6da9e99

Please sign in to comment.