mirror of
https://github.com/apache/cloudstack.git
synced 2025-12-17 11:04:00 +01:00
Fixing a FindBugs issue related to PR 674
This commit is contained in:
parent
55ae168cdd
commit
8fcc76e7ff
@ -309,7 +309,7 @@ public class SolidFirePrimaryDataStoreDriver implements PrimaryDataStoreDriver {
|
||||
}
|
||||
else {
|
||||
SolidFireUtil.SolidFireConnection sfConnection = SolidFireUtil.getSolidFireConnection(storagePool.getId(), _storagePoolDetailsDao);
|
||||
long lVolumeId = Long.valueOf(volume.getFolder());
|
||||
long lVolumeId = Long.parseLong(volume.getFolder());
|
||||
|
||||
SolidFireUtil.SolidFireVolume sfVolume = SolidFireUtil.getSolidFireVolume(sfConnection, lVolumeId);
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user