Skip to content

Commit 21a4493

Browse files
author
Mike Tutkowski
committed
Removed a duplicate method
1 parent 70180d9 commit 21a4493

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

engine/storage/integration-test/test/org/apache/cloudstack/storage/test/FakePrimaryDataStoreDriver.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,6 @@
4343
public class FakePrimaryDataStoreDriver implements PrimaryDataStoreDriver {
4444
boolean snapshotResult = true;
4545

46-
@Override
47-
public Map<String, String> getCapabilities() {
48-
return null;
49-
}
50-
5146
@Override
5247
public ChapInfo getChapInfo(VolumeInfo volumeInfo) {
5348
return null; // To change body of implemented methods, use File | Settings | File Templates.

0 commit comments

Comments
 (0)