Skip to content

Commit 511b12c

Browse files
committed
fixup
1 parent 1979f2a commit 511b12c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

server/src/main/java/com/cloud/vm/UserVmManagerImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4399,7 +4399,7 @@ private UserVm getUncheckedUserVmResource(DataCenter zone, String hostName, Stri
43994399
Map<String, String> userVmOVFPropertiesMap, boolean dynamicScalingEnabled, String vmType, VMTemplateVO template,
44004400
HypervisorType hypervisorType, long accountId, ServiceOfferingVO offering, boolean isIso,
44014401
Long rootDiskOfferingId, Long rootDiskKmsKeyId, long volumesSize, Volume volume, Snapshot snapshot) throws ResourceAllocationException {
4402-
List<CheckedReservation> checkedReservations = new ArrayList<>();
4402+
List<Reserver> checkedReservations = new ArrayList<>();
44034403

44044404

44054405
try {

0 commit comments

Comments
 (0)