nvazquez commented on code in PR #6476:
URL: https://github.com/apache/cloudstack/pull/6476#discussion_r901791709


##########
server/src/main/java/com/cloud/network/lb/LoadBalancingRulesManagerImpl.java:
##########
@@ -2133,6 +2134,10 @@ public LoadBalancer 
updateLoadBalancerRule(UpdateLoadBalancerRuleCmd cmd) {
             lb.setDisplay(forDisplay);
         }
 
+        if (lbProtocol != null) {

Review Comment:
   Maybe use StringUtils.isNotBlank() instead?



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