1
0
Fork 0
mirror of https://github.com/graphhopper/jsprit.git synced 2020-01-24 07:45:05 +01:00

introduce Pickup and Delivery, and adjust tests

This commit is contained in:
oblonski 2013-08-25 18:49:29 +02:00
parent 462864d53e
commit 1f53c72620
8 changed files with 23 additions and 27 deletions

View file

@ -13,6 +13,7 @@ public class Pickup extends Service {
}
public Pickup build(){
this.setType("pickup");
return new Pickup(this);
}