Merge "Fixed bad auto-generated method name." into mm-wireless-dev

This commit is contained in:
Jan Nordqvist
2016-02-09 17:24:20 +00:00
committed by Android Partner Code Review

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;
}