Change int syntax of DEFAULT_DISTANCE_FOR_SLOPE_DATA const

This commit is contained in:
madwasp79 2019-03-05 13:18:09 +02:00
parent 763a139ea9
commit 2197daa727

View file

@ -125,7 +125,7 @@ import static net.osmand.plus.download.DownloadActivity.formatMb;
public class GpxUiHelper {
private static final int OPEN_GPX_DOCUMENT_REQUEST = 1005;
private static final int DEFAULT_DISTANCE_FOR_SLOPE_DATA = 2_000_000;
private static final int DEFAULT_DISTANCE_FOR_SLOPE_DATA = 2000000;
private static final Log LOG = PlatformUtil.getLog(GpxUiHelper.class);
public static String getDescription(OsmandApplication app, GPXFile result, File f, boolean html) {