CLOUDSTACK-5285 Corrected the API description

This commit is contained in:
Jayapal 2013-11-27 10:49:53 +05:30
parent c9b0a8b1f4
commit 20cf42a54c
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ import com.cloud.user.Account;
import com.cloud.vm.Nic;
import com.cloud.vm.NicSecondaryIp;
@APICommand(name = "removeIpFromNic", description="Assigns secondary IP to NIC.", responseObject=SuccessResponse.class)
@APICommand(name = "removeIpFromNic", description="Removes secondary IP from the NIC.", responseObject=SuccessResponse.class)
public class RemoveIpFromVmNicCmd extends BaseAsyncCmd {
public static final Logger s_logger = Logger.getLogger(RemoveIpFromVmNicCmd.class.getName());
private static final String s_name = "removeipfromnicresponse";