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/fcab2b77 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/fcab2b77 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/fcab2b77 Branch: refs/heads/4.3 Commit: fcab2b776a252de4e6159de76b89f4fc776d5bca Parents: 78c77ec Author: edison su <[email protected]> Authored: Tue Dec 3 13:16:10 2013 -0800 Committer: edison su <[email protected]> Committed: Tue Dec 3 13:16:51 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/fcab2b77/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 c202eb3..8c0d889 100644 --- a/api/src/org/apache/cloudstack/api/ServerApiException.java +++ b/api/src/org/apache/cloudstack/api/ServerApiException.java @@ -80,9 +80,4 @@ public class ServerApiException extends CloudRuntimeException { public void setDescription(String description) { _description = description; } - - @Override - public String getMessage() { - return _description; - } }
