mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
Update ListInternalLBVMsCmd.java
Fix typo in response name string: there was an extra 's' Signed-off-by: Rajani Karuturi <rajanikaruturi@gmail.com> This closes #8
This commit is contained in:
parent
03e63a67e0
commit
d2c087aef2
@ -40,7 +40,7 @@ import com.cloud.vm.VirtualMachine;
|
||||
public class ListInternalLBVMsCmd extends BaseListProjectAndAccountResourcesCmd {
|
||||
public static final Logger s_logger = Logger.getLogger(ListInternalLBVMsCmd.class.getName());
|
||||
|
||||
private static final String s_name = "listinternallbvmssresponse";
|
||||
private static final String s_name = "listinternallbvmsresponse";
|
||||
|
||||
/////////////////////////////////////////////////////
|
||||
//////////////// API parameters /////////////////////
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user