You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ed...@apache.org on 2013/12/20 00:06:47 UTC

[04/10] git commit: updated refs/heads/master to 62bb5d8

Remove uncessary changes.


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/336241be
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/336241be
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/336241be

Branch: refs/heads/master
Commit: 336241be76cb22fddfc0d92fc59d99dab4facba3
Parents: 02ace34
Author: edison su <su...@gmail.com>
Authored: Tue Dec 3 13:16:10 2013 -0800
Committer: Edison Su <su...@gmail.com>
Committed: Thu Dec 19 13:35:37 2013 -0800

----------------------------------------------------------------------
 api/src/org/apache/cloudstack/api/ServerApiException.java | 5 -----
 1 file changed, 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/336241be/api/src/org/apache/cloudstack/api/ServerApiException.java
----------------------------------------------------------------------
diff --git a/api/src/org/apache/cloudstack/api/ServerApiException.java b/api/src/org/apache/cloudstack/api/ServerApiException.java
index a8bb2ed..825f64a 100644
--- a/api/src/org/apache/cloudstack/api/ServerApiException.java
+++ b/api/src/org/apache/cloudstack/api/ServerApiException.java
@@ -81,9 +81,4 @@ public class ServerApiException extends CloudRuntimeException {
     public void setDescription(String description) {
         _description = description;
     }
-
-    @Override
-    public String getMessage() {
-        return _description;
-    }
 }