mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-7663: Fix typo in response name string: there is an extra 's'
(cherry picked from commit e7134b82f9)
This commit is contained in:
parent
4b581bfa5f
commit
14ace9e758
|
|
@ -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 /////////////////////
|
||||
|
|
|
|||
Loading…
Reference in New Issue