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

Commit 9c7b7f0d authored by Brad Ebinger's avatar Brad Ebinger Committed by android-build-merger
Browse files

Merge "Remove non-localized message" am: ddbd2569

am: 70a09c00

Change-Id: I19c34a0ee59615ef8bf4d70fbeff993404929a57
parents 513ef1d4 70a09c00
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -32,7 +32,7 @@ public class ImsException extends Exception {
    }

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