From 4749df1d1b1ddbe3aed3c595cd8f0dcb629ef1c4 Mon Sep 17 00:00:00 2001 From: Dmitry Donskoy Date: Thu, 10 Jan 2019 12:31:03 +0300 Subject: [PATCH] [android] Fixed review notes --- .../maps/geofence/GeofenceTransitionsIntentService.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/src/com/mapswithme/maps/geofence/GeofenceTransitionsIntentService.java b/android/src/com/mapswithme/maps/geofence/GeofenceTransitionsIntentService.java index 9d74eca88d..54b5b4e817 100644 --- a/android/src/com/mapswithme/maps/geofence/GeofenceTransitionsIntentService.java +++ b/android/src/com/mapswithme/maps/geofence/GeofenceTransitionsIntentService.java @@ -76,7 +76,7 @@ public class GeofenceTransitionsIntentService extends JobIntentService } catch (InterruptedException e) { - LOG.e(TAG, "Failed to make location probe for '" + geofencingEvent + "\'", e); + LOG.e(TAG, "Failed to make location probe for '" + geofencingEvent + "'", e); } }