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

add pickup and delivery

This commit is contained in:
oblonski 2013-07-17 10:56:11 +02:00
parent 8950d49e5a
commit 357f7d82b3
4 changed files with 23 additions and 6 deletions

View file

@ -0,0 +1,15 @@
package basics;
public class Pickup extends Service {
Pickup(Builder builder) {
super(builder);
// TODO Auto-generated constructor stub
}
}