CS-16119: Fix wrong container name of updateVpnCustomerGateway

Reviewed-by: Frank Zhang
This commit is contained in:
Sheng Yang 2012-08-21 17:06:18 -07:00
parent b90349e052
commit 3d75107add
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ import com.cloud.user.UserContext;
public class UpdateVpnCustomerGatewayCmd extends BaseAsyncCmd {
public static final Logger s_logger = Logger.getLogger(UpdateVpnCustomerGatewayCmd.class.getName());
private static final String s_name = "updatecustomergatewayresponse";
private static final String s_name = "updatevpncustomergatewayresponse";
/////////////////////////////////////////////////////
//////////////// API parameters /////////////////////