fix constructor to use passed in value

This commit is contained in:
Chiradeep Vittal 2010-11-17 15:31:16 -08:00
parent 8c8188afec
commit c871ef4acf

View File

@ -85,6 +85,7 @@ public class FirewallRuleVO {
this.privatePort = privatePort;
this.enabled = enabled;
this.protocol = protocol;
this.forwarding = forwarding;
}
public FirewallRuleVO(FirewallRuleVO fwRule) {