forked from organicmaps/organicmaps
[android] Fixed review notes
This commit is contained in:
parent
248975b21f
commit
4749df1d1b
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue