rajujith commented on code in PR #7857:
URL: https://github.com/apache/cloudstack/pull/7857#discussion_r2309463071


##########
api/src/main/java/org/apache/cloudstack/api/command/user/vm/AddIpToVmNicCmd.java:
##########
@@ -67,7 +67,7 @@ public String getEntityTable() {
     private long getNetworkId() {
         Nic nic = _entityMgr.findById(Nic.class, nicId);
         if (nic == null) {
-            throw new InvalidParameterValueException("Can't find network id 
for specified nic");
+            throw new InvalidParameterValueException("Can't find Network id 
for specified NIC");

Review Comment:
   'ID'



##########
api/src/main/java/org/apache/cloudstack/api/command/user/vm/AddIpToVmNicCmd.java:
##########
@@ -89,7 +89,7 @@ public String getEventType() {
 
     @Override
     public String getEventDescription() {
-        return "associating ip to nic id=" + this._uuidMgr.getUuid(Nic.class, 
getNicId()) + " belonging to network id=" + 
this._uuidMgr.getUuid(Network.class, getNetworkId());
+        return "Associating ip to NIC id=" + this._uuidMgr.getUuid(Nic.class, 
getNicId()) + " belonging to Network id=" + 
this._uuidMgr.getUuid(Network.class, getNetworkId());

Review Comment:
   IP



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to