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

change visibility of insertion cost calc

This commit is contained in:
oblonski 2018-07-20 10:25:28 +02:00
parent 994b97b48b
commit 4d30511d0f
No known key found for this signature in database
GPG key ID: 179DE487285680D1

View file

@ -37,7 +37,7 @@ import com.graphhopper.jsprit.core.problem.vehicle.Vehicle;
*
* @author stefan
*/
class LocalActivityInsertionCostsCalculator implements ActivityInsertionCostsCalculator {
public class LocalActivityInsertionCostsCalculator implements ActivityInsertionCostsCalculator {
private VehicleRoutingTransportCosts routingCosts;