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/07/06 20:43:22 UTC

[4/6] git commit: CS-15474: fixed response name for the deleteTags API

CS-15474: fixed response name for the deleteTags API


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

Branch: refs/heads/master
Commit: 710fa36bfd6074aab8c0d455adcbb8c7f8ba1124
Parents: ec26e83
Author: Alena Prokharchyk <al...@citrix.com>
Authored: Fri Jul 6 09:52:40 2012 -0700
Committer: Alena Prokharchyk <al...@citrix.com>
Committed: Fri Jul 6 11:43:31 2012 -0700

----------------------------------------------------------------------
 api/src/com/cloud/api/commands/DeleteTagsCmd.java |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/710fa36b/api/src/com/cloud/api/commands/DeleteTagsCmd.java
----------------------------------------------------------------------
diff --git a/api/src/com/cloud/api/commands/DeleteTagsCmd.java b/api/src/com/cloud/api/commands/DeleteTagsCmd.java
index 402bdb6..df6e173 100644
--- a/api/src/com/cloud/api/commands/DeleteTagsCmd.java
+++ b/api/src/com/cloud/api/commands/DeleteTagsCmd.java
@@ -33,7 +33,6 @@ import com.cloud.api.Parameter;
 import com.cloud.api.ServerApiException;
 import com.cloud.api.response.SuccessResponse;
 import com.cloud.event.EventTypes;
-import com.cloud.server.ResourceTag;
 import com.cloud.server.ResourceTag.TaggedResourceType;
 
 /**
@@ -44,7 +43,7 @@ import com.cloud.server.ResourceTag.TaggedResourceType;
 public class DeleteTagsCmd extends BaseAsyncCmd{
     public static final Logger s_logger = Logger.getLogger(DeleteTagsCmd.class.getName());
 
-    private static final String s_name = "deleteTagsresponse";
+    private static final String s_name = "deletetagsresponse";
 
     // ///////////////////////////////////////////////////
     // ////////////// API parameters /////////////////////