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:
parent
767ac2019f
commit
ba4340efcf
1 changed files with 3 additions and 0 deletions
|
|
@ -21,6 +21,7 @@ import java.util.Collection;
|
||||||
/**
|
/**
|
||||||
* Factory that creates a finite fleetmanager.
|
* Factory that creates a finite fleetmanager.
|
||||||
*
|
*
|
||||||
|
* @author schroeder
|
||||||
*/
|
*/
|
||||||
public class FiniteFleetManagerFactory implements VehicleFleetManagerFactory{
|
public class FiniteFleetManagerFactory implements VehicleFleetManagerFactory{
|
||||||
|
|
||||||
|
|
@ -28,6 +29,8 @@ public class FiniteFleetManagerFactory implements VehicleFleetManagerFactory{
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Constucts the factory.
|
* Constucts the factory.
|
||||||
|
*
|
||||||
|
* @param vehicles
|
||||||
*/
|
*/
|
||||||
public FiniteFleetManagerFactory(Collection<Vehicle> vehicles) {
|
public FiniteFleetManagerFactory(Collection<Vehicle> vehicles) {
|
||||||
super();
|
super();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue