CLOUDSTACK-7663: Fix typo in response name string: there is an extra 's' (cherry picked from commit e7134b82f90cfa9482cd08c3cf4633c64d621117)
Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/14ace9e7 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/14ace9e7 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/14ace9e7 Branch: refs/heads/4.5 Commit: 14ace9e758eeb5f974a8d9f146d660f734058aa5 Parents: 4b581bf Author: Saksham Srivastava <[email protected]> Authored: Wed Oct 1 16:02:56 2014 +0530 Committer: David Nalley <[email protected]> Committed: Mon Oct 13 00:14:45 2014 -0400 ---------------------------------------------------------------------- .../command/user/loadbalancer/ListApplicationLoadBalancersCmd.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/14ace9e7/api/src/org/apache/cloudstack/api/command/user/loadbalancer/ListApplicationLoadBalancersCmd.java ---------------------------------------------------------------------- diff --git a/api/src/org/apache/cloudstack/api/command/user/loadbalancer/ListApplicationLoadBalancersCmd.java b/api/src/org/apache/cloudstack/api/command/user/loadbalancer/ListApplicationLoadBalancersCmd.java index f8696d4..299d730 100644 --- a/api/src/org/apache/cloudstack/api/command/user/loadbalancer/ListApplicationLoadBalancersCmd.java +++ b/api/src/org/apache/cloudstack/api/command/user/loadbalancer/ListApplicationLoadBalancersCmd.java @@ -40,7 +40,7 @@ import com.cloud.utils.Pair; public class ListApplicationLoadBalancersCmd extends BaseListTaggedResourcesCmd { public static final Logger s_logger = Logger.getLogger(ListApplicationLoadBalancersCmd.class.getName()); - private static final String s_name = "listloadbalancerssresponse"; + private static final String s_name = "listloadbalancersresponse"; // /////////////////////////////////////////////////// // ////////////// API parameters /////////////////////
