Skip to content

Commit ff4a54c

Browse files
author
Jessica Wang
committed
CLOUDSTACK-1319: cloudstack API - CreateVpnCustomerGateway API: correct parameter type on server-side.
1 parent d784e7b commit ff4a54c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

api/src/org/apache/cloudstack/api/command/user/vpn/CreateVpnCustomerGatewayCmd.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
public class CreateVpnCustomerGatewayCmd extends BaseAsyncCmd {
3535
public static final Logger s_logger = Logger.getLogger(CreateVpnCustomerGatewayCmd.class.getName());
3636

37-
private static final String s_name = "createcustomergatewayresponse";
37+
private static final String s_name = "createvpncustomergatewayresponse";
3838

3939
/////////////////////////////////////////////////////
4040
//////////////// API parameters /////////////////////

0 commit comments

Comments
 (0)