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

Signed-off-by: Rohit Yadav <bhaisaab@apache.org>
This commit is contained in:
Rohit Yadav 2013-01-04 18:16:29 -08:00
parent 0659c21f2d
commit 95e605ed25

View File

@ -111,7 +111,4 @@ public class BackupSnapshotCommand extends SnapshotCommand {
return snapshotId;
}
public StorageFilerTO getPool() {
return pool;
}
}