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

Update VehicleRoutingProblem.java

This commit is contained in:
jsprit 2013-12-27 23:05:10 +01:00
parent bc96a81912
commit 4cdae9a486

View file

@ -113,7 +113,7 @@ public class VehicleRoutingProblem {
private FleetSize fleetSize = FleetSize.INFINITE;
/*
* @deprecated
* @deprecated is not going to be used anymore
*/
private FleetComposition fleetComposition = FleetComposition.HOMOGENEOUS;