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

add javadoc

This commit is contained in:
jsprit 2013-12-29 23:06:37 +01:00
parent ba4340efcf
commit 91e8cd7b56

View file

@ -20,6 +20,8 @@ import java.util.Collection;
/**
* Factory that creates an infinite fleetmanager.
*
* @author schroeder
*/
public class InfiniteFleetManagerFactory implements VehicleFleetManagerFactory{
@ -27,6 +29,8 @@ public class InfiniteFleetManagerFactory implements VehicleFleetManagerFactory{
/**
* Constructs the factory.
*
* @param vehicles
*/
public InfiniteFleetManagerFactory(Collection<Vehicle> vehicles) {
super();