mirror of https://github.com/apache/cloudstack.git
Corrected a couple of small typos
This commit is contained in:
parent
f273fd4659
commit
8a92a0a460
|
|
@ -20,7 +20,7 @@
|
|||
package com.cloud.agent.resource.virtualnetwork.model;
|
||||
|
||||
public class IcmpAclRule extends AclRule {
|
||||
private final String ruleType = "icmp";
|
||||
private final String type = "icmp";
|
||||
private int icmpType;
|
||||
private int icmpCode;
|
||||
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@
|
|||
package com.cloud.agent.resource.virtualnetwork.model;
|
||||
|
||||
public class UdpAclRule extends AclRule {
|
||||
private final String type = "ucp";
|
||||
private final String type = "udp";
|
||||
private int firstPort;
|
||||
private int lastPort;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue