We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02ace34 commit 336241bCopy full SHA for 336241b
1 file changed
api/src/org/apache/cloudstack/api/ServerApiException.java
@@ -81,9 +81,4 @@ public String getDescription() {
81
public void setDescription(String description) {
82
_description = description;
83
}
84
-
85
- @Override
86
- public String getMessage() {
87
- return _description;
88
- }
89
0 commit comments