CLOUDSTACK-4852: Since upgrade to 4.2 only users at the zone-attached domain level can manipulate VMs

Changes:
- Removing the trailing spaces in the file
This commit is contained in:
Prachi Damle 2013-12-17 14:55:29 -08:00
parent 78e4dd8566
commit 6d6d11f7a4
1 changed files with 1 additions and 1 deletions

View File

@ -850,7 +850,7 @@ public class VirtualMachineManagerImpl extends ManagerBase implements VirtualMac
}
}
Account owner = _entityMgr.findById(Account.class, vm.getAccountId());
Account owner = _entityMgr.findById(Account.class, vm.getAccountId());
VirtualMachineProfileImpl vmProfile = new VirtualMachineProfileImpl(vm, template, offering, owner, params);
DeployDestination dest = null;
try {