Update RoutingEngine.java
This commit is contained in:
parent
fcab1a31fd
commit
64cabbe42f
1 changed files with 1 additions and 1 deletions
|
@ -278,7 +278,7 @@ public class RoutingEngine extends Thread {
|
||||||
MatchedWaypoint wpt1 = new MatchedWaypoint();
|
MatchedWaypoint wpt1 = new MatchedWaypoint();
|
||||||
wpt1.waypoint = waypoints.get(0);
|
wpt1.waypoint = waypoints.get(0);
|
||||||
wpt1.name = "wpt_info";
|
wpt1.name = "wpt_info";
|
||||||
List<MatchedWaypoint> listOne = new ArrayList<MatchedWaypoint>();
|
List<MatchedWaypoint> listOne = new ArrayList<>();
|
||||||
listOne.add(wpt1);
|
listOne.add(wpt1);
|
||||||
matchWaypointsToNodes(listOne);
|
matchWaypointsToNodes(listOne);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue