Updated Branches:
  refs/heads/4.3 c9b0a8b1f -> 20cf42a54

CLOUDSTACK-5285 Corrected the API description


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/20cf42a5
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/20cf42a5
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/20cf42a5

Branch: refs/heads/4.3
Commit: 20cf42a54c793c3fa3a6d1ddbe5aed5c91bea7b7
Parents: c9b0a8b
Author: Jayapal <[email protected]>
Authored: Wed Nov 27 10:49:53 2013 +0530
Committer: Jayapal <[email protected]>
Committed: Wed Nov 27 10:54:22 2013 +0530

----------------------------------------------------------------------
 .../cloudstack/api/command/user/vm/RemoveIpFromVmNicCmd.java       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/20cf42a5/api/src/org/apache/cloudstack/api/command/user/vm/RemoveIpFromVmNicCmd.java
----------------------------------------------------------------------
diff --git 
a/api/src/org/apache/cloudstack/api/command/user/vm/RemoveIpFromVmNicCmd.java 
b/api/src/org/apache/cloudstack/api/command/user/vm/RemoveIpFromVmNicCmd.java
index 408f69f..199cf2e 100644
--- 
a/api/src/org/apache/cloudstack/api/command/user/vm/RemoveIpFromVmNicCmd.java
+++ 
b/api/src/org/apache/cloudstack/api/command/user/vm/RemoveIpFromVmNicCmd.java
@@ -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";

Reply via email to