Fixed bad auto-generated method name.

Change-Id: Ic60b0658f0b6a6e06dc9cf82299fe95bbd308972
This commit is contained in:
Jan Nordqvist
2016-02-04 15:41:53 -08:00
parent 7a504417f2
commit afebe357fb

View File

@@ -36,15 +36,15 @@ public class PasspointManagementObjectDefinition implements Parcelable {
mMoTree = moTree;
}
public String getmBaseUri() {
public String getBaseUri() {
return mBaseUri;
}
public String getmUrn() {
public String getUrn() {
return mUrn;
}
public String getmMoTree() {
public String getMoTree() {
return mMoTree;
}