Fixed bad auto-generated method name.
Change-Id: Ic60b0658f0b6a6e06dc9cf82299fe95bbd308972
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user