From 5de0e5717a26de09c9b87035e83490d71c1953a5 Mon Sep 17 00:00:00 2001 From: Likitha Shetty Date: Thu, 26 Jul 2012 19:31:40 +0530 Subject: [PATCH] CS-15702: ec2-delete-tags, changing the response-name. Component:AWSAPI. --- awsapi/src/com/cloud/stack/models/ApiConstants.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awsapi/src/com/cloud/stack/models/ApiConstants.java b/awsapi/src/com/cloud/stack/models/ApiConstants.java index 127a7fe7c08..38b630bb538 100644 --- a/awsapi/src/com/cloud/stack/models/ApiConstants.java +++ b/awsapi/src/com/cloud/stack/models/ApiConstants.java @@ -116,7 +116,7 @@ public class ApiConstants { public static final String DELETE_SSH_KEY_PAIR = "deleteSSHKeyPair"; public static final String DELETE_SSH_KEY_PAIR_RESPONSE = "deletesshkeypairresponse"; public static final String DELETE_TAGS = "deleteTags"; - public static final String DELETE_TAGS_RESPONSE = "deleteTagsresponse"; + public static final String DELETE_TAGS_RESPONSE = "deletetagsresponse"; public static final String DELETE_TEMPLATE = "deleteTemplate"; public static final String DELETE_TEMPLATE_RESPONSE = "deletetemplateresponse"; public static final String DELETE_VOLUME = "deleteVolume";