forked from organicmaps/organicmaps
[android] Access modifier fix for android API
This commit is contained in:
parent
f351682a71
commit
2bc160419e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue