Merge "Remove non-localized message" am: ddbd256954

am: 70a09c00e5

Change-Id: I19c34a0ee59615ef8bf4d70fbeff993404929a57
This commit is contained in:
Brad Ebinger
2017-03-28 22:40:26 +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;
}