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