Merge branch 'master' of git://github.com/osmandapp/Osmand into android_http_server

This commit is contained in:
simon 2020-09-03 14:40:32 +03:00
commit 40bc660320

View file

@ -67,7 +67,7 @@ public class ReversePointsCommand extends MeasurementModeCommand {
}
@Override
MeasurementCommandType getType() {
public MeasurementCommandType getType() {
return MeasurementCommandType.REVERSE_POINTS;
}
}