RodrigoDLopez commented on code in PR #6491:
URL: https://github.com/apache/cloudstack/pull/6491#discussion_r907379016


##########
api/src/main/java/org/apache/cloudstack/api/command/admin/vm/MigrateVirtualMachineWithVolumeCmd.java:
##########
@@ -195,4 +192,16 @@ public void execute() {
             throw new ServerApiException(ApiErrorCode.INTERNAL_ERROR, 
e.getMessage());
         }
     }
+
+    void setResponseBasedOnVmType(VirtualMachine userVm, VirtualMachine 
migratedVm) {

Review Comment:
   ```suggestion
       private void setResponseBasedOnVmType(VirtualMachine userVm, 
VirtualMachine migratedVm) {
   ```



-- 
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]

Reply via email to