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


##########
plugins/hypervisors/ucs/src/main/java/org/apache/cloudstack/api/response/UcsBladeResponse.java:
##########
@@ -28,19 +28,19 @@
 @EntityReference(value = UcsBladeVO.class)
 public class UcsBladeResponse extends BaseResponse {
     @SerializedName(ApiConstants.ID)
-    @Param(description = "ucs blade id")
+    @Param(description = "Ucs blade id")

Review Comment:
   'UCS' and 'ID'



##########
plugins/hypervisors/ucs/src/main/java/org/apache/cloudstack/api/response/UcsBladeResponse.java:
##########
@@ -28,19 +28,19 @@
 @EntityReference(value = UcsBladeVO.class)
 public class UcsBladeResponse extends BaseResponse {
     @SerializedName(ApiConstants.ID)
-    @Param(description = "ucs blade id")
+    @Param(description = "Ucs blade id")
     private String id;
     @SerializedName(ApiConstants.UCS_MANAGER_ID)
-    @Param(description = "ucs manager id")
+    @Param(description = "Ucs manager id")

Review Comment:
   'UCS' and 'ID'



-- 
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