mirror of https://github.com/apache/cloudstack.git
fix constructor to use passed in value
This commit is contained in:
parent
8c8188afec
commit
c871ef4acf
|
|
@ -84,7 +84,8 @@ public class FirewallRuleVO {
|
|||
this.privateIpAddress = privateIpAddress;
|
||||
this.privatePort = privatePort;
|
||||
this.enabled = enabled;
|
||||
this.protocol = protocol;
|
||||
this.protocol = protocol;
|
||||
this.forwarding = forwarding;
|
||||
}
|
||||
|
||||
public FirewallRuleVO(FirewallRuleVO fwRule) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue