sureshanaparti commented on a change in pull request #5242:
URL: https://github.com/apache/cloudstack/pull/5242#discussion_r685944088
##########
File path: vmware-base/src/main/java/com/cloud/hypervisor/vmware/mo/HostMO.java
##########
@@ -579,8 +579,9 @@ private void loadVmCache() throws Exception {
if (s_logger.isTraceEnabled())
s_logger.trace("put " + vmName + " into host cache");
-
- _vmCache.put(vmName, new VirtualMachineMO(_context,
oc.getObj()));
+ VirtualMachineMO virtualMaschine = new
VirtualMachineMO(_context, oc.getObj());
Review comment:
typo
```suggestion
VirtualMachineMO virtualMachine = new
VirtualMachineMO(_context, oc.getObj());
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]