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

Commit ca0eac10 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 am: b1540f13

am: 74425b7e

* commit '74425b7e':
  Fixed bad auto-generated method name.
parents 2ad48316 74425b7e
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;
    }