From 5d21731532f1e7fceaf946b2d8b692e004569fff Mon Sep 17 00:00:00 2001 From: crimean Date: Wed, 9 Jan 2019 19:50:38 +0300 Subject: [PATCH] Fix compilation --- OsmAnd/src/net/osmand/plus/routing/TransportRoutingHelper.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OsmAnd/src/net/osmand/plus/routing/TransportRoutingHelper.java b/OsmAnd/src/net/osmand/plus/routing/TransportRoutingHelper.java index aed585d431..e1f3c8fd07 100644 --- a/OsmAnd/src/net/osmand/plus/routing/TransportRoutingHelper.java +++ b/OsmAnd/src/net/osmand/plus/routing/TransportRoutingHelper.java @@ -352,7 +352,7 @@ public class TransportRoutingHelper { params.calculationProgress.isCancelled = true; } - private List calculateRouteImpl(TransportRouteCalculationParams params) throws IOException { + private List calculateRouteImpl(TransportRouteCalculationParams params) throws IOException, InterruptedException { RoutingConfiguration.Builder config = params.ctx.getDefaultRoutingConfig(); BinaryMapIndexReader[] files = params.ctx.getResourceManager().getTransportRoutingMapFiles();