rajujith commented on code in PR #7857: URL: https://github.com/apache/cloudstack/pull/7857#discussion_r2332672331
########## plugins/hypervisors/ucs/src/main/java/org/apache/cloudstack/api/response/UcsManagerResponse.java: ########## @@ -29,19 +29,19 @@ @EntityReference(value = UcsManagerVO.class) public class UcsManagerResponse extends BaseResponse { @SerializedName(ApiConstants.ID) - @Param(description = "the ID of the ucs manager") + @Param(description = "The ID of the ucs manager") private String id; @SerializedName(ApiConstants.NAME) - @Param(description = "the name of ucs manager") + @Param(description = "The name of ucs manager") private String name; @SerializedName(ApiConstants.URL) - @Param(description = "the url of ucs manager") + @Param(description = "The url of ucs manager") Review Comment: 'UCS' and 'URL' ########## plugins/hypervisors/ucs/src/main/java/org/apache/cloudstack/api/response/UcsManagerResponse.java: ########## @@ -29,19 +29,19 @@ @EntityReference(value = UcsManagerVO.class) public class UcsManagerResponse extends BaseResponse { @SerializedName(ApiConstants.ID) - @Param(description = "the ID of the ucs manager") + @Param(description = "The ID of the ucs manager") private String id; @SerializedName(ApiConstants.NAME) - @Param(description = "the name of ucs manager") + @Param(description = "The name of ucs manager") private String name; @SerializedName(ApiConstants.URL) - @Param(description = "the url of ucs manager") + @Param(description = "The url of ucs manager") private String url; @SerializedName(ApiConstants.ZONE_ID) - @Param(description = "the zone ID of ucs manager") + @Param(description = "The zone ID of ucs manager") Review Comment: 'UCS' -- 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