mirror of https://github.com/apache/cloudstack.git
Remove uncessary changes.
This commit is contained in:
parent
78c77ec905
commit
fcab2b776a
|
|
@ -80,9 +80,4 @@ public class ServerApiException extends CloudRuntimeException {
|
|||
public void setDescription(String description) {
|
||||
_description = description;
|
||||
}
|
||||
|
||||
@Override
|
||||
public String getMessage() {
|
||||
return _description;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue