mirror of https://github.com/apache/cloudstack.git
Removed a duplicate method
This commit is contained in:
parent
70180d99dd
commit
21a44934b4
|
|
@ -43,11 +43,6 @@ import com.cloud.storage.Volume;
|
|||
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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue