shwstppr commented on a change in pull request #3606: [WIP DO NOT MERGE] VM 
ingestion
URL: https://github.com/apache/cloudstack/pull/3606#discussion_r343507896
 
 

 ##########
 File path: 
plugins/hypervisors/vmware/src/main/java/com/cloud/hypervisor/vmware/resource/VmwareResource.java
 ##########
 @@ -430,118 +446,120 @@ public Answer executeRequest(Command cmd) {
 
             Class<? extends Command> clz = cmd.getClass();
             if (cmd instanceof NetworkElementCommand) {
-                return _vrResource.executeRequest((NetworkElementCommand)cmd);
+                return _vrResource.executeRequest((NetworkElementCommand) cmd);
 
 Review comment:
   Must be the Ctrl+Alt+L I used in class and IDE profile I received from 
someone. Will revert if needed.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to