CS-15702: ec2-delete-tags, changing the response-name. Component:AWSAPI.

This commit is contained in:
Likitha Shetty 2012-07-26 19:31:40 +05:30
parent e8f64d3cc5
commit 5de0e5717a
1 changed files with 1 additions and 1 deletions

View File

@ -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";