Skip to content

Commit 2fabc02

Browse files
committed
Fix typo
1 parent 3ee8482 commit 2fabc02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

engine/schema/src/main/java/com/cloud/network/dao/LoadBalancerVO.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ public String toString() {
148148
/**
149149
* Sets the CIDR list associated with this load balancer rule.
150150
*
151-
* @param cidrList a comma-separated list of CIDR strings, e.g. "1.2.3.4/24,1.2.3.5/24" or and empty string e.g. "" to clear the restrictions
151+
* @param cidrList a comma-separated list of CIDR strings, e.g. "1.2.3.4/24,1.2.3.5/24" or an empty string e.g. "" to clear the restrictions
152152
*/
153153
public void setCidrList(String cidrList) {
154154
this.cidrList = cidrList;

0 commit comments

Comments
 (0)