You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by al...@apache.org on 2012/08/12 20:14:46 UTC

[1/2] git commit: VPC : typo in CreateNetworkACLCmd.java

Updated Branches:
  refs/heads/vpc 32f55f3e3 -> bf1123246


VPC : typo in CreateNetworkACLCmd.java


Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/bf112324
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/bf112324
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/bf112324

Branch: refs/heads/vpc
Commit: bf1123246a723f8c598cd22b801010d508e9f60f
Parents: 822cf3c
Author: anthony <an...@cloud.com>
Authored: Fri Jun 22 10:07:33 2012 -0700
Committer: Alena Prokharchyk <al...@citrix.com>
Committed: Sun Aug 12 11:00:16 2012 -0700

----------------------------------------------------------------------
 .../cloud/api/commands/CreateNetworkACLCmd.java    |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/bf112324/api/src/com/cloud/api/commands/CreateNetworkACLCmd.java
----------------------------------------------------------------------
diff --git a/api/src/com/cloud/api/commands/CreateNetworkACLCmd.java b/api/src/com/cloud/api/commands/CreateNetworkACLCmd.java
index 05f862a..033a496 100644
--- a/api/src/com/cloud/api/commands/CreateNetworkACLCmd.java
+++ b/api/src/com/cloud/api/commands/CreateNetworkACLCmd.java
@@ -78,7 +78,7 @@ public class CreateNetworkACLCmd extends BaseAsyncCreateCmd implements FirewallR
         description="The network of the vm the ACL will be created for")
     private Long networkId;
     
-    @Parameter(name=ApiConstants.TRAFFIC_TYPE, type=CommandType.LONG, description="the traffic type for the ACL," +
+    @Parameter(name=ApiConstants.TRAFFIC_TYPE, type=CommandType.STRING, description="the traffic type for the ACL," +
     		"can be Ingress or Egress, defaulted to Ingress if not specified")
     private String trafficType;