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/BookmarkPaymentDataParser.java')
-rw-r--r--android/src/com/mapswithme/maps/bookmarks/BookmarkPaymentDataParser.java5
1 files changed, 2 insertions, 3 deletions
diff --git a/android/src/com/mapswithme/maps/bookmarks/BookmarkPaymentDataParser.java b/android/src/com/mapswithme/maps/bookmarks/BookmarkPaymentDataParser.java
index 8bc2e57188..b6a519c43c 100644
--- a/android/src/com/mapswithme/maps/bookmarks/BookmarkPaymentDataParser.java
+++ b/android/src/com/mapswithme/maps/bookmarks/BookmarkPaymentDataParser.java
@@ -1,10 +1,9 @@
package com.mapswithme.maps.bookmarks;
import android.net.Uri;
-import android.support.annotation.NonNull;
-import android.support.annotation.Nullable;
+import androidx.annotation.NonNull;
+import androidx.annotation.Nullable;
import android.text.TextUtils;
-import android.util.Log;
import com.mapswithme.maps.bookmarks.data.PaymentData;
import com.mapswithme.util.CrashlyticsUtils;