|
Change Parameter Type weightings : Collection<Weighting> to weightings : List<? extends Weighting> in method protected createGHStorage(em EncodingManager, weightings List<? extends Weighting>, is3D boolean) : GraphHopperStorage in class com.graphhopper.routing.ch.DijkstraBidirectionCHTest |
From |
To |
|
Change Parameter Type chWeightings : Collection<? extends Weighting> to chWeightings : List<? extends Weighting> in method public GraphHopperStorage(chWeightings List<? extends Weighting>, dir Directory, encodingManager EncodingManager, withElevation boolean, extendedStorage GraphExtension) in class com.graphhopper.storage.GraphHopperStorage |
From |
To |
|
Change Parameter Type weightings : Collection<Weighting> to weightings : List<? extends Weighting> in method protected createGHStorage(em EncodingManager, weightings List<? extends Weighting>, is3D boolean) : GraphHopperStorage in class com.graphhopper.routing.AbstractRoutingAlgorithmTester |
From |
To |