mirror of
https://github.com/graphhopper/jsprit.git
synced 2020-01-24 07:45:05 +01:00
simplify chaining
This commit is contained in:
parent
ecd3ff9552
commit
0c0898fe3c
1 changed files with 2 additions and 1 deletions
|
|
@ -191,8 +191,9 @@ public class InsertionBuilder {
|
|||
timeScheduling=true;
|
||||
}
|
||||
|
||||
public void setAllowVehicleSwitch(boolean allowVehicleSwitch) {
|
||||
public InsertionBuilder setAllowVehicleSwitch(boolean allowVehicleSwitch) {
|
||||
this.allowVehicleSwitch = allowVehicleSwitch;
|
||||
return this;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue