mirror of https://github.com/apache/cloudstack.git
api: Fix failing unit test, regression due to recent merge
Signed-off-by: Rohit Yadav <bhaisaab@apache.org>
This commit is contained in:
parent
0659c21f2d
commit
95e605ed25
|
|
@ -111,7 +111,4 @@ public class BackupSnapshotCommand extends SnapshotCommand {
|
|||
return snapshotId;
|
||||
}
|
||||
|
||||
public StorageFilerTO getPool() {
|
||||
return pool;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue