mirror of
https://github.com/graphhopper/jsprit.git
synced 2020-01-24 07:45:05 +01:00
return builder
This commit is contained in:
parent
3dd92ccd7e
commit
7b0aee9d4b
1 changed files with 2 additions and 1 deletions
|
|
@ -187,8 +187,9 @@ public class VehicleRoutingProblem {
|
|||
}
|
||||
|
||||
|
||||
public void setJobActivityFactory(JobActivityFactory jobActivityFactory) {
|
||||
public Builder setJobActivityFactory(JobActivityFactory jobActivityFactory) {
|
||||
this.jobActivityFactory = jobActivityFactory;
|
||||
return this;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue