mirror of
https://github.com/graphhopper/jsprit.git
synced 2020-01-24 07:45:05 +01:00
change addVehicleType(VehicleTypeImpl) to addVehicleType(VehicleType)
This commit is contained in:
parent
e982252fc7
commit
70bb212848
1 changed files with 1 additions and 1 deletions
|
|
@ -238,7 +238,7 @@ public class VehicleRoutingProblem {
|
|||
* @param type
|
||||
* @return builder
|
||||
*/
|
||||
public Builder addVehicleType(VehicleTypeImpl type){
|
||||
public Builder addVehicleType(VehicleType type){
|
||||
vehicleTypes.add(type);
|
||||
return this;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue