VPC : typo in FirewallRuleVO

This commit is contained in:
anthony 2012-06-25 13:09:05 -07:00
parent 12bfac6857
commit c2e3833651
1 changed files with 1 additions and 1 deletions

View File

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