optimize import

This commit is contained in:
evgenij27 2018-10-26 17:19:39 +03:00
parent 5a3cbc61b5
commit 91361c1dde

View file

@ -8,7 +8,6 @@ import java.util.Collections;
import java.util.Comparator;
import java.util.LinkedHashMap;
import java.util.List;
import java.util.Map;
import net.osmand.NativeLibrary;
import net.osmand.PlatformUtil;
@ -209,7 +208,6 @@ public class RoutePlannerFrontEnd {
return res;
}
protected void makeStartEndPointsPrecise(List<RouteSegmentResult> res, LatLon start, LatLon end, List<LatLon> intermediates) {
if (res.size() > 0) {
updateResult(res.get(0), start, true);