mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
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…
x
Reference in New Issue
Block a user