Pearl1594 commented on code in PR #11210:
URL: https://github.com/apache/cloudstack/pull/11210#discussion_r2226260124


##########
server/src/main/java/com/cloud/consoleproxy/ConsoleProxyManagerImpl.java:
##########
@@ -1276,6 +1276,10 @@ public boolean 
finalizeVirtualMachineProfile(VirtualMachineProfile profile, Depl
             buf.append(" 
vmpassword=").append(configurationDao.getValue("system.vm.password"));
         }
 
+        if 
(org.apache.commons.lang3.StringUtils.isNotEmpty(NTPServerConfig.value())) {

Review Comment:
   Since we already have `com.cloud.utils.StringUtils;` imported, it resolves 
as org.apache.commons.lang3.StringUtils . There are other occurrences of this 
in this file: 
https://github.com/apache/cloudstack/blob/main/server/src/main/java/com/cloud/consoleproxy/ConsoleProxyManagerImpl.java#L1509



-- 
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: commits-unsubscr...@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to