From ff4e58b7b2a59d68cd05a8cc6bc420004127981f Mon Sep 17 00:00:00 2001 From: sonora Date: Mon, 26 Oct 2015 17:18:51 +0100 Subject: [PATCH] fix CP --- .../net/osmand/plus/download/ui/LocalIndexesFragment.java | 6 +++--- .../net/osmand/plus/download/ui/UpdatesIndexFragment.java | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/OsmAnd/src/net/osmand/plus/download/ui/LocalIndexesFragment.java b/OsmAnd/src/net/osmand/plus/download/ui/LocalIndexesFragment.java index d05b1dba7e..7c1f8e0e39 100644 --- a/OsmAnd/src/net/osmand/plus/download/ui/LocalIndexesFragment.java +++ b/OsmAnd/src/net/osmand/plus/download/ui/LocalIndexesFragment.java @@ -1,4 +1,4 @@ -package net.osmand.plus.download.ui; +package net.osmand.plus.download.ui; import android.app.Activity; import android.app.AlertDialog; @@ -1060,7 +1060,7 @@ public class LocalIndexesFragment extends OsmandExpandableListFragment implement final String mapDescription = getMapDescription(child.getFileName()); if (mapDescription.length() > 0) { - builder.append(mapDescription).append(" • "); + builder.append(mapDescription).append(" • "); } if (child.getSize() >= 0) { @@ -1069,7 +1069,7 @@ public class LocalIndexesFragment extends OsmandExpandableListFragment implement } else { builder.append(child.getSize()).append(" KB"); } - builder.append(" • "); + builder.append(" • "); } if (child.getType() == LocalIndexType.TILES_DATA) { diff --git a/OsmAnd/src/net/osmand/plus/download/ui/UpdatesIndexFragment.java b/OsmAnd/src/net/osmand/plus/download/ui/UpdatesIndexFragment.java index a0dc1472ea..a4b78919b5 100644 --- a/OsmAnd/src/net/osmand/plus/download/ui/UpdatesIndexFragment.java +++ b/OsmAnd/src/net/osmand/plus/download/ui/UpdatesIndexFragment.java @@ -1,4 +1,4 @@ -package net.osmand.plus.download.ui; +package net.osmand.plus.download.ui; import java.util.Comparator; import java.util.List;