Skip to content

Commit

Permalink
add bookingRuleId
Browse files Browse the repository at this point in the history
  • Loading branch information
zabuTNT committed Jan 17, 2024
1 parent 2fb876f commit 5738673
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
import org.onebusaway.csv_entities.schema.annotations.CsvFields;
import org.onebusaway.gtfs.serialization.mappings.RouteAgencyIdFieldMappingFactory;
import org.onebusaway.gtfs.serialization.mappings.RouteAgencyFieldMappingFactory;
import org.onebusaway.gtfs.serialization.mappings.EntityFieldMappingFactory;

@CsvFields(filename = "routes.txt", prefix = "route_")
public final class Route extends IdentityBean<AgencyAndId> {
Expand Down

0 comments on commit 5738673

Please sign in to comment.