mirror of
https://github.com/apache/cloudstack.git
synced 2025-12-15 18:12:35 +01:00
Fix a style-check problem after cherry-pick
This commit is contained in:
parent
8c93bd6080
commit
a6f126d24e
@ -4282,7 +4282,7 @@ public class VirtualMachineManagerImpl extends ManagerBase implements VirtualMac
|
||||
AsyncJobExecutionContext.getCurrentExecutionContext().joinJob(jobId);
|
||||
|
||||
return new VmJobVirtualMachineOutcome((VmWorkJobVO)context.getContextParameter("workJob"),
|
||||
vm.getId());
|
||||
vm.getId());
|
||||
}
|
||||
|
||||
public Outcome<VirtualMachine> migrateVmThroughJobQueue(final String vmUuid, final long srcHostId, final DeployDestination dest) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user