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
path: root/api
diff options
context:
space:
mode:
authorDmitry Kunin <dkunin@mapswith.me>2013-06-05 11:42:35 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:56:08 +0300
commit2bc160419ece6575c144b7a08a9df57b7b277d6d (patch)
tree64de1fba10a19401723fdd42eb70799ac31f083f /api
parentf351682a71bdc3c0ea3669507946e5eab0168b97 (diff)
[android] Access modifier fix for android API
Diffstat (limited to 'api')
-rw-r--r--api/android/lib/src/com/mapswithme/maps/api/MWMResponse.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/api/android/lib/src/com/mapswithme/maps/api/MWMResponse.java b/api/android/lib/src/com/mapswithme/maps/api/MWMResponse.java
index 741faeae0f..dee1707f73 100644
--- a/api/android/lib/src/com/mapswithme/maps/api/MWMResponse.java
+++ b/api/android/lib/src/com/mapswithme/maps/api/MWMResponse.java
@@ -17,7 +17,7 @@ public class MWMResponse
return "MWMResponse [mSelectedPoint=" + mPoint + "]";
}
- static MWMResponse extractFromIntent(Context context, Intent intent)
+ public static MWMResponse extractFromIntent(Context context, Intent intent)
{
final MWMResponse response = new MWMResponse();
// parse status