Skip to content

Commit

Permalink
Rename stopTransferCost in Sørlandsbanen code
Browse files Browse the repository at this point in the history
  • Loading branch information
vpaturet committed May 23, 2024
1 parent c802b8b commit f871f99
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ public DefaultCostCalculator(
this.waitFactor = original.waitFactor;
this.transferCostOnly = original.transferCostOnly;
this.transitFactors = modeReluctanceMapper.apply(original.transitFactors);
this.stopTransferCost = original.stopTransferCost;
this.stopBoardAlightTransferCosts = original.stopBoardAlightTransferCosts;
}
/*-- HACK SØRLANDSBANEN :: END --*/
}

0 comments on commit f871f99

Please sign in to comment.