Skip to content

Commit 6da9e99

Browse files
committed
refactor(Table.java): Changed the table order for ref checking
Moved locations to before stop areas
1 parent dce4d70 commit 6da9e99

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/com/conveyal/gtfs/loader/Table.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -587,6 +587,7 @@ public Table (String name, Class<? extends Entity> entityClass, Requirement requ
587587
PATTERNS,
588588
SHAPES,
589589
STOPS,
590+
LOCATIONS,
590591
STOP_AREAS,
591592
FARE_RULES,
592593
PATTERN_STOP,
@@ -599,8 +600,7 @@ public Table (String name, Class<? extends Entity> entityClass, Requirement requ
599600
TRANSLATIONS,
600601
ATTRIBUTIONS,
601602
BOOKING_RULES,
602-
LOCATION_SHAPES,
603-
LOCATIONS
603+
LOCATION_SHAPES
604604
};
605605

606606
/**

0 commit comments

Comments
 (0)