Pavan-Nambi commented on code in PR #7134:
URL: https://github.com/apache/cloudstack/pull/7134#discussion_r1088809071


##########
server/src/main/java/com/cloud/server/ManagementServerImpl.java:
##########
@@ -1095,7 +1096,12 @@ protected Map<String, String> getConfigs() {
     @Override
     public String generateRandomPassword() {
         final Integer passwordLength = vmPasswordLength.value();
-        return PasswordGenerator.generateRandomPassword(passwordLength);
+        String pswd= PasswordGenerator.generateRandomPassword(passwordLength);

Review Comment:
   i should have used  regex.Pattern and regex.Matcher ? or this works? in 
other files i saw Pattern  and Matcher being used so should i change it to like 
that for consistency?



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