DaanHoogland commented on code in PR #12785:
URL: https://github.com/apache/cloudstack/pull/12785#discussion_r2916890704


##########
server/src/main/java/com/cloud/network/lb/LoadBalancingRulesManagerImpl.java:
##########
@@ -1790,7 +1792,17 @@ public LoadBalancer createPublicLoadBalancerRule(String 
xId, String name, String
 
         return result;
     }
-   /**
+
+    protected void verifyLoadBalancerRuleNetwork(String lbName, Network 
network, IPAddressVO ipVO) {

Review Comment:
   why protected? private seems apropriate.



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