1
0
Fork 0
mirror of https://github.com/graphhopper/jsprit.git synced 2020-01-24 07:45:05 +01:00
Conflicts:
	jsprit-core/src/main/java/jsprit/core/problem/vehicle/FiniteFleetManagerFactory.java
	jsprit-core/src/main/java/jsprit/core/problem/vehicle/InfiniteFleetManagerFactory.java
This commit is contained in:
oblonski 2014-01-06 12:57:22 +01:00
commit b73f291f9e
2 changed files with 2 additions and 0 deletions

View file

@ -27,6 +27,7 @@ public class FiniteFleetManagerFactory implements VehicleFleetManagerFactory{
private Collection<Vehicle> vehicles;
/**
* Constucts the factory.
*

View file

@ -27,6 +27,7 @@ public class InfiniteFleetManagerFactory implements VehicleFleetManagerFactory{
private Collection<Vehicle> vehicles;
/**
* Constructs the factory.
*