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

Commit ae8a9588 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

Change-Id: Ifc9f2278c7497f357b7db82ed27e6083351bf84b
parents 1d209ebc 9c7b7f0d
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;
    }