CS-6840: Fix wrong command name

This commit is contained in:
Sheng Yang 2012-06-27 19:22:18 -07:00
parent 23c96451a7
commit 831dba1210
1 changed files with 3 additions and 3 deletions

View File

@ -375,6 +375,6 @@ deleteVpnGateway=com.cloud.api.commands.DeleteVpnGatewayCmd;1
deleteVpnConnection=com.cloud.api.commands.DeleteVpnConnectionCmd;1
updateVpnCustomerGateway=com.cloud.api.commands.UpdateVpnCustomerGatewayCmd;1
resetVpnConnection=com.cloud.api.commands.ResetVpnConnectionCmd;1
listVpnCustomerGateway=com.cloud.api.commands.ListVpnCustomerGatewayCmd;1
listVpnGateway=com.cloud.api.commands.ListVpnGatewayCmd;1
listVpnConnection=com.cloud.api.commands.ListVpnConnectionCmd;1
listVpnCustomerGateways=com.cloud.api.commands.ListVpnCustomerGatewaysCmd;1
listVpnGateways=com.cloud.api.commands.ListVpnGatewaysCmd;1
listVpnConnections=com.cloud.api.commands.ListVpnConnectionsCmd;1