You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by mt...@apache.org on 2014/01/10 21:36:31 UTC

git commit: updated refs/heads/master to 21a4493

Updated Branches:
  refs/heads/master 70180d99d -> 21a44934b


Removed a duplicate method


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

Branch: refs/heads/master
Commit: 21a44934b4f9bd646fd7a7009bf4268636cd9b16
Parents: 70180d9
Author: Mike Tutkowski <mi...@solidfire.com>
Authored: Fri Jan 10 13:35:21 2014 -0700
Committer: Mike Tutkowski <mi...@solidfire.com>
Committed: Fri Jan 10 13:36:04 2014 -0700

----------------------------------------------------------------------
 .../cloudstack/storage/test/FakePrimaryDataStoreDriver.java     | 5 -----
 1 file changed, 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/21a44934/engine/storage/integration-test/test/org/apache/cloudstack/storage/test/FakePrimaryDataStoreDriver.java
----------------------------------------------------------------------
diff --git a/engine/storage/integration-test/test/org/apache/cloudstack/storage/test/FakePrimaryDataStoreDriver.java b/engine/storage/integration-test/test/org/apache/cloudstack/storage/test/FakePrimaryDataStoreDriver.java
index 266baa7..d277991 100644
--- a/engine/storage/integration-test/test/org/apache/cloudstack/storage/test/FakePrimaryDataStoreDriver.java
+++ b/engine/storage/integration-test/test/org/apache/cloudstack/storage/test/FakePrimaryDataStoreDriver.java
@@ -44,11 +44,6 @@ public class FakePrimaryDataStoreDriver implements PrimaryDataStoreDriver {
     boolean snapshotResult = true;
 
     @Override
-    public Map<String, String> getCapabilities() {
-        return null;
-    }
-
-    @Override
     public ChapInfo getChapInfo(VolumeInfo volumeInfo) {
         return null; // To change body of implemented methods, use File | Settings | File Templates.
     }