Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b1540f13 authored by Jan Nordqvist's avatar Jan Nordqvist Committed by android-build-merger
Browse files

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

am: cf132a1b

* commit 'cf132a1b':
  Fixed bad auto-generated method name.
parents cc494765 cf132a1b
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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;
    }