[and] package private -> private
This commit is contained in:
parent
d9bffebe0d
commit
5af09de979
1 changed files with 5 additions and 5 deletions
|
@ -16,11 +16,11 @@ public class MwmRequest
|
|||
{
|
||||
|
||||
// **
|
||||
List<MWMPoint> mPoints = new ArrayList<MWMPoint>();
|
||||
PendingIntent mPendingIntent;
|
||||
String mTitle;
|
||||
double mZoomLevel = 1;
|
||||
boolean mReturnOnBalloonClick;
|
||||
private List<MWMPoint> mPoints = new ArrayList<MWMPoint>();
|
||||
private PendingIntent mPendingIntent;
|
||||
private String mTitle;
|
||||
private double mZoomLevel = 1;
|
||||
private boolean mReturnOnBalloonClick;
|
||||
// **
|
||||
|
||||
public MwmRequest setTitle(String title)
|
||||
|
|
Loading…
Add table
Reference in a new issue