mirror of
https://github.com/graphhopper/jsprit.git
synced 2020-01-24 07:45:05 +01:00
Hide NeighborhoodTInitialiser in package (!Breaks API!)
This commit is contained in:
parent
06ab1c3247
commit
ee94ac2e21
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ import basics.algo.VehicleRoutingAlgorithmFactory;
|
|||
import basics.route.TourActivity;
|
||||
import basics.route.VehicleRoute;
|
||||
|
||||
public class NeighborhoodThresholdInitialiser implements AlgorithmStartsListener{
|
||||
class NeighborhoodThresholdInitialiser implements AlgorithmStartsListener{
|
||||
|
||||
private static Logger log = Logger.getLogger(NeighborhoodThresholdInitialiser.class);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue