Bug 12723: Fixed typo

Status 12723: resolved fixed
Reviewed-By: Nitin
This commit is contained in:
kishan 2012-01-05 14:06:54 +05:30
parent 291486cc5d
commit 6afaf4ff69
1 changed files with 1 additions and 1 deletions

View File

@ -144,7 +144,7 @@ public class FirewallManagerImpl implements FirewallService, FirewallManager, Ma
@DB
@Override
@ActionEvent(eventType = EventTypes.EVENT_FIREWALL_OPEN, eventDescription = "creating firewll rule", create = true)
@ActionEvent(eventType = EventTypes.EVENT_FIREWALL_OPEN, eventDescription = "creating firewall rule", create = true)
public FirewallRule createFirewallRule(long ipAddrId, Account caller, String xId, Integer portStart,Integer portEnd, String protocol, List<String> sourceCidrList, Integer icmpCode, Integer icmpType, Long relatedRuleId, FirewallRule.FirewallRuleType type) throws NetworkRuleConflictException{
IPAddressVO ipAddress = _ipAddressDao.findById(ipAddrId);