sureshanaparti commented on code in PR #12771:
URL: https://github.com/apache/cloudstack/pull/12771#discussion_r2922569455


##########
server/src/main/java/com/cloud/vm/UserVmManagerImpl.java:
##########
@@ -5888,20 +5890,18 @@ protected String 
getCurrentVmPasswordOrDefineNewPassword(String newPassword, Use
         return password;
     }
 
-    private Map<VirtualMachineProfile.Param, Object> 
createParameterInParameterMap(Map<VirtualMachineProfile.Param, Object> params, 
Map<VirtualMachineProfile.Param, Object> parameterMap, 
VirtualMachineProfile.Param parameter,
+    /**
+     * Create or overwrite a parameter in the list
+     * @param params the list of parameters
+     * @param parameter the parameter to creat/overwrite

Review Comment:
   ```suggestion
        * @param parameter the parameter to create/overwrite
   ```



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