[android] Fixed review notes

This commit is contained in:
Dmitry Donskoy 2019-01-10 12:31:03 +03:00 committed by Aleksandr Zatsepin
parent 248975b21f
commit 4749df1d1b

View file

@ -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);
}
}