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

Commit ddbd2569 authored by Brad Ebinger's avatar Brad Ebinger Committed by Gerrit Code Review
Browse files

Merge "Remove non-localized message"

parents cbcb388d e74c8103
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;
    }