rajujith commented on code in PR #7857: URL: https://github.com/apache/cloudstack/pull/7857#discussion_r2333326622
########## plugins/storage/volume/cloudbyte/src/main/java/org/apache/cloudstack/storage/datastore/util/ListElastistorInterfaceCmd.java: ########## @@ -37,7 +37,7 @@ public class ListElastistorInterfaceCmd extends BaseCmd { // ////////////// API parameters ///////////////////// // /////////////////////////////////////////////////// - @Parameter(name = "controllerid", type = CommandType.STRING, description = "controller id") + @Parameter(name = "controllerid", type = CommandType.STRING, description = "Controller id") Review Comment: 'ID' ########## plugins/storage/volume/cloudbyte/src/main/java/org/apache/cloudstack/storage/datastore/util/ListElastistorInterfaceResponse.java: ########## @@ -28,15 +28,15 @@ @SuppressWarnings("unused") public class ListElastistorInterfaceResponse extends BaseResponse { @SerializedName(ApiConstants.ID) - @Param(description = "the id of the NIC") + @Param(description = "The id of the NIC") Review Comment: '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