Skip to content

Commit

Permalink
Update src/main/java/org/opentripplanner/routing/algorithm/filterchai…
Browse files Browse the repository at this point in the history
…n/ItineraryListFilterChainBuilder.java

Co-authored-by: Thomas Gran <t2gran@gmail.com>
  • Loading branch information
vesameskanen and t2gran authored Sep 14, 2023
1 parent 59f114b commit 2aa2120
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -202,8 +202,8 @@ public ItineraryListFilterChainBuilder withRemoveTransitWithHigherCostThanBestOn
}

/**
* An itinerary which has transit legs and more walking than the plain walk itinerary are silly.
* This filter removes such itineraries.
* A transit itinerary with higher generalized-cost than a walk-only itinerary is silly. This filter removes such
* itineraries.
* <p>
* This filter only have an effect, if an walk-all-the-way itinerary exist.
*/
Expand Down

0 comments on commit 2aa2120

Please sign in to comment.