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

Update FiniteFleetManagerFactory.java

This commit is contained in:
jsprit 2013-12-29 23:04:22 +01:00
parent 767ac2019f
commit ba4340efcf

View file

@ -21,6 +21,7 @@ import java.util.Collection;
/**
* Factory that creates a finite fleetmanager.
*
* @author schroeder
*/
public class FiniteFleetManagerFactory implements VehicleFleetManagerFactory{
@ -28,6 +29,8 @@ public class FiniteFleetManagerFactory implements VehicleFleetManagerFactory{
/**
* Constucts the factory.
*
* @param vehicles
*/
public FiniteFleetManagerFactory(Collection<Vehicle> vehicles) {
super();