Add method getVolumeRelativeDirInSecStroage to fix compile error.

This commit is contained in:
Sateesh Chodapuneedi 2013-05-30 11:23:12 +05:30
parent 718bc97a7e
commit 4b9b475336
1 changed files with 4 additions and 0 deletions

View File

@ -1457,4 +1457,8 @@ public class VmwareStorageManagerImpl implements VmwareStorageManager {
return command.execute();
}
}
private static String getVolumeRelativeDirInSecStroage(long volumeId) {
return "volumes/" + volumeId;
}
}