Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'android/src/com/mapswithme/maps/bookmarks/data/BookmarkInfo.java')
-rw-r--r--android/src/com/mapswithme/maps/bookmarks/data/BookmarkInfo.java6
1 files changed, 2 insertions, 4 deletions
diff --git a/android/src/com/mapswithme/maps/bookmarks/data/BookmarkInfo.java b/android/src/com/mapswithme/maps/bookmarks/data/BookmarkInfo.java
index c0526a06b5..748bb421b2 100644
--- a/android/src/com/mapswithme/maps/bookmarks/data/BookmarkInfo.java
+++ b/android/src/com/mapswithme/maps/bookmarks/data/BookmarkInfo.java
@@ -1,9 +1,7 @@
package com.mapswithme.maps.bookmarks.data;
-import android.support.annotation.IntRange;
-import android.support.annotation.NonNull;
-import android.support.annotation.Nullable;
-
+import androidx.annotation.IntRange;
+import androidx.annotation.NonNull;
import com.mapswithme.maps.Framework;
import com.mapswithme.util.GeoUtils;
import com.mapswithme.util.sharing.ShareableInfoProvider;