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 576f7f6ecb
commit 95347d2a5e

View File

@ -35,7 +35,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 /////////////////////