You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by bh...@apache.org on 2013/01/09 05:37:26 UTC

[9/50] [abbrv] git commit: api: Fix failing unit test, regression due to recent merge

api: Fix failing unit test, regression due to recent merge

Signed-off-by: Rohit Yadav <bh...@apache.org>


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

Branch: refs/heads/master
Commit: 95e605ed25c3878b2cbdd3af15093b5b09096880
Parents: 0659c21
Author: Rohit Yadav <bh...@apache.org>
Authored: Fri Jan 4 18:16:29 2013 -0800
Committer: Rohit Yadav <bh...@apache.org>
Committed: Fri Jan 4 18:16:29 2013 -0800

----------------------------------------------------------------------
 .../com/cloud/agent/api/BackupSnapshotCommand.java |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/95e605ed/api/src/com/cloud/agent/api/BackupSnapshotCommand.java
----------------------------------------------------------------------
diff --git a/api/src/com/cloud/agent/api/BackupSnapshotCommand.java b/api/src/com/cloud/agent/api/BackupSnapshotCommand.java
index 52d9d38..a0ac8d7 100644
--- a/api/src/com/cloud/agent/api/BackupSnapshotCommand.java
+++ b/api/src/com/cloud/agent/api/BackupSnapshotCommand.java
@@ -111,7 +111,4 @@ public class BackupSnapshotCommand extends SnapshotCommand {
         return snapshotId;
     }
 
-    public StorageFilerTO getPool() {
-        return pool;
-    }
 }