File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
jsprit-core/src/main/java/com/graphhopper/jsprit/core/algorithm/box Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -341,15 +341,15 @@ public Builder setJobFilter(JobFilter jobFilter) {
341
341
/**
342
342
* Set a custom service insertion calculator factory
343
343
*/
344
- public Builder setServiceInsertionCalculatorFactory (ServiceInsertionCalculatorFactory factory ) {
344
+ public Builder setServiceInsertionCalculatorFactory (JobInsertionCostsCalculatorFactory factory ) {
345
345
this .serviceCalculatorFactory = factory ;
346
346
return this ;
347
347
}
348
348
349
349
/**
350
350
* Set a custom shipment insertion calculator factory
351
351
*/
352
- public Builder setShipmentInsertionCalculatorFactory (ShipmentInsertionCalculatorFactory factory ) {
352
+ public Builder setShipmentInsertionCalculatorFactory (JobInsertionCostsCalculatorFactory factory ) {
353
353
this .shipmentCalculatorFactory = factory ;
354
354
return this ;
355
355
}
You can’t perform that action at this time.
0 commit comments