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

Commit 70a09c00 authored by Brad Ebinger's avatar Brad Ebinger Committed by android-build-merger
Browse files

Merge "Remove non-localized message"

am: ddbd2569

Change-Id: Ia0fb7f8facca6d15485bf98f2a0538338a878962
parents 9f6dc54c ddbd2569
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;
    }