Updated Branches:
  refs/heads/api_refactoring 0659c21f2 -> 95e605ed2

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

Signed-off-by: Rohit Yadav <[email protected]>


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/api_refactoring
Commit: 95e605ed25c3878b2cbdd3af15093b5b09096880
Parents: 0659c21
Author: Rohit Yadav <[email protected]>
Authored: Fri Jan 4 18:16:29 2013 -0800
Committer: Rohit Yadav <[email protected]>
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;
-    }
 }

Reply via email to