VPC : typo in FirewallRuleVO

This commit is contained in:
anthony 2012-06-25 13:09:05 -07:00 committed by Alena Prokharchyk
parent 32f55f3e3c
commit 822cf3c9ee
1 changed files with 1 additions and 1 deletions

View File

@ -209,7 +209,7 @@ public class FirewallRuleVO implements Identity, FirewallRule {
this.accountId = accountId;
this.domainId = domainId;
if (sourceIpAddressId == null) {
if (ipAddressId == null) {
assert (purpose == Purpose.NetworkACL) : "ipAddressId can be null for " + Purpose.NetworkACL + " only";
}