Merge "Remove non-localized message"

am: ddbd256954

Change-Id: Ia0fb7f8facca6d15485bf98f2a0538338a878962
This commit is contained in:
Brad Ebinger
2017-03-28 22:35:36 +00:00
committed by android-build-merger

View File

@@ -32,7 +32,7 @@ public class ImsException extends Exception {
}
public ImsException(String message, int code) {
super(message + ", code = " + code);
super(message + "(" + code + ")");
mCode = code;
}