CLOUDSTACK-3143: add response in the response string

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

Branch: refs/heads/vmsync
Commit: 5f06500ed47815b904ceecad911eb340854d91d4
Parents: 3e430cc
Author: Sebastien Goasguen <run...@gmail.com>
Authored: Sun Jun 23 23:32:56 2013 -0400
Committer: Sebastien Goasguen <run...@gmail.com>
Committed: Sun Jun 23 23:32:56 2013 -0400

----------------------------------------------------------------------
 .../command/user/securitygroup/RevokeSecurityGroupEgressCmd.java   | 2 +-
 .../command/user/securitygroup/RevokeSecurityGroupIngressCmd.java  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/5f06500e/api/src/org/apache/cloudstack/api/command/user/securitygroup/RevokeSecurityGroupEgressCmd.java
----------------------------------------------------------------------
diff --git 
a/api/src/org/apache/cloudstack/api/command/user/securitygroup/RevokeSecurityGroupEgressCmd.java
 
b/api/src/org/apache/cloudstack/api/command/user/securitygroup/RevokeSecurityGroupEgressCmd.java
index 8e7f2ec..c03d3e4 100644
--- 
a/api/src/org/apache/cloudstack/api/command/user/securitygroup/RevokeSecurityGroupEgressCmd.java
+++ 
b/api/src/org/apache/cloudstack/api/command/user/securitygroup/RevokeSecurityGroupEgressCmd.java
@@ -35,7 +35,7 @@ import com.cloud.user.Account;
 public class RevokeSecurityGroupEgressCmd extends BaseAsyncCmd {
     public static final Logger s_logger = 
Logger.getLogger(RevokeSecurityGroupEgressCmd.class.getName());
 
-    private static final String s_name = "revokesecuritygroupegress";
+    private static final String s_name = "revokesecuritygroupegressresponse";
 
     // ///////////////////////////////////////////////////
     // ////////////// API parameters /////////////////////

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/5f06500e/api/src/org/apache/cloudstack/api/command/user/securitygroup/RevokeSecurityGroupIngressCmd.java
----------------------------------------------------------------------
diff --git 
a/api/src/org/apache/cloudstack/api/command/user/securitygroup/RevokeSecurityGroupIngressCmd.java
 
b/api/src/org/apache/cloudstack/api/command/user/securitygroup/RevokeSecurityGroupIngressCmd.java
index 1d45064..c2fdb8b 100644
--- 
a/api/src/org/apache/cloudstack/api/command/user/securitygroup/RevokeSecurityGroupIngressCmd.java
+++ 
b/api/src/org/apache/cloudstack/api/command/user/securitygroup/RevokeSecurityGroupIngressCmd.java
@@ -35,7 +35,7 @@ import com.cloud.user.Account;
 public class RevokeSecurityGroupIngressCmd extends BaseAsyncCmd {
     public static final Logger s_logger = 
Logger.getLogger(RevokeSecurityGroupIngressCmd.class.getName());
 
-    private static final String s_name = "revokesecuritygroupingress";
+    private static final String s_name = "revokesecuritygroupingressresponse";
 
     // ///////////////////////////////////////////////////
     // ////////////// API parameters /////////////////////

Reply via email to