Skip to content

Commit

Permalink
Also transfer zone
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardehrenfried committed Nov 15, 2023
1 parent 04ae499 commit 337444c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ public ScheduledTransitLegBuilder(ScheduledTransitLeg original) {
transferToNextLeg = original.getTransferToNextLeg();
generalizedCost = original.getGeneralizedCost();
accessibilityScore = original.accessibilityScore();
zoneId = original.getZoneId();
}

public B withTripTimes(TripTimes tripTimes) {
Expand Down

0 comments on commit 337444c

Please sign in to comment.