From 7705a5fc9c48a7a5afb57f2304dfc6f928f93204 Mon Sep 17 00:00:00 2001 From: Dima-1 Date: Thu, 3 Sep 2020 14:37:38 +0300 Subject: [PATCH] Fix MeasurementCommandType --- .../plus/measurementtool/command/ReversePointsCommand.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OsmAnd/src/net/osmand/plus/measurementtool/command/ReversePointsCommand.java b/OsmAnd/src/net/osmand/plus/measurementtool/command/ReversePointsCommand.java index 8d6c56d81f..eeadcc1ceb 100644 --- a/OsmAnd/src/net/osmand/plus/measurementtool/command/ReversePointsCommand.java +++ b/OsmAnd/src/net/osmand/plus/measurementtool/command/ReversePointsCommand.java @@ -67,7 +67,7 @@ public class ReversePointsCommand extends MeasurementModeCommand { } @Override - MeasurementCommandType getType() { + public MeasurementCommandType getType() { return MeasurementCommandType.REVERSE_POINTS; } }