mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 20:02:29 +01:00
fix constructor to use passed in value
This commit is contained in:
parent
8c8188afec
commit
c871ef4acf
@ -85,6 +85,7 @@ public class FirewallRuleVO {
|
||||
this.privatePort = privatePort;
|
||||
this.enabled = enabled;
|
||||
this.protocol = protocol;
|
||||
this.forwarding = forwarding;
|
||||
}
|
||||
|
||||
public FirewallRuleVO(FirewallRuleVO fwRule) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user