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

Commit 03e42bf7 authored by Brad Ebinger's avatar Brad Ebinger Committed by android-build-merger
Browse files

Merge "Remove non-localized message" am: ddbd2569 am: 70a09c00 am: 9c7b7f0d

am: ae8a9588

Change-Id: I0c6e2d7fde58b37bd80f376ef990e9e046bacd72
parents 32674f02 ae8a9588
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -32,7 +32,7 @@ public class ImsException extends Exception {
    }
    }


    public ImsException(String message, int code) {
    public ImsException(String message, int code) {
        super(message + ", code = " + code);
        super(message + "(" + code + ")");
        mCode = code;
        mCode = code;
    }
    }