You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ja...@apache.org on 2013/11/27 06:32:22 UTC

git commit: updated refs/heads/master to 6c9edaf

Updated Branches:
  refs/heads/master 7af387c89 -> 6c9edaf61


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/6c9edaf6
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/6c9edaf6
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/6c9edaf6

Branch: refs/heads/master
Commit: 6c9edaf6132ea4e7a2d5255786b619eed1f0e19e
Parents: 7af387c
Author: Jayapal <ja...@apache.org>
Authored: Wed Nov 27 11:01:36 2013 +0530
Committer: Jayapal <ja...@apache.org>
Committed: Wed Nov 27 11:01:36 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/6c9edaf6/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 6cbb78b..9b86577 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
@@ -37,7 +37,7 @@ import com.cloud.network.Network;
 import com.cloud.user.Account;
 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";