Skip to content

Commit

Permalink
Keep using BikeNetwork as prioristation as detected in review
Browse files Browse the repository at this point in the history
  • Loading branch information
ratrun committed Nov 7, 2023
1 parent ebc5bef commit d32c7bb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public class MountainBikePriorityParser extends BikeCommonPriorityParser {
public MountainBikePriorityParser(EncodedValueLookup lookup, PMap properties) {
this(lookup.getDecimalEncodedValue(VehicleSpeed.key(properties.getString("name", "mtb"))),
lookup.getDecimalEncodedValue(VehiclePriority.key(properties.getString("name", "mtb"))),
lookup.getEnumEncodedValue(MtbNetwork.KEY, RouteNetwork.class));
lookup.getEnumEncodedValue(BikeNetwork.KEY, RouteNetwork.class));
}

protected MountainBikePriorityParser(DecimalEncodedValue speedEnc, DecimalEncodedValue priorityEnc,
Expand Down

0 comments on commit d32c7bb

Please sign in to comment.