Repository: cloudstack Updated Branches: refs/heads/master bca71ec16 -> e7134b82f
CLOUDSTACK-7663: Fix typo in response name string: there is an extra 's' Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/e7134b82 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/e7134b82 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/e7134b82 Branch: refs/heads/master Commit: e7134b82f90cfa9482cd08c3cf4633c64d621117 Parents: bca71ec Author: Saksham Srivastava <[email protected]> Authored: Wed Oct 1 16:02:56 2014 +0530 Committer: Saksham Srivastava <[email protected]> Committed: Wed Oct 1 16:03:17 2014 +0530 ---------------------------------------------------------------------- .../command/user/loadbalancer/ListApplicationLoadBalancersCmd.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/e7134b82/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 /////////////////////
