Remove uncessary changes.

This commit is contained in:
edison su 2013-12-03 13:16:10 -08:00
parent 78c77ec905
commit fcab2b776a
1 changed files with 0 additions and 5 deletions

View File

@ -80,9 +80,4 @@ public class ServerApiException extends CloudRuntimeException {
public void setDescription(String description) {
_description = description;
}
@Override
public String getMessage() {
return _description;
}
}