rajujith commented on code in PR #7857:
URL: https://github.com/apache/cloudstack/pull/7857#discussion_r2332138984
##########
api/src/main/java/org/apache/cloudstack/api/response/ProjectResponse.java:
##########
@@ -33,87 +33,87 @@
public class ProjectResponse extends BaseResponse implements
ResourceLimitAndCountResponse, SetResourceIconResponse {
@SerializedName(ApiConstants.ID)
- @Param(description = "the id of the project")
+ @Param(description = "The id of the project")
Review Comment:
'ID'
##########
api/src/main/java/org/apache/cloudstack/api/response/ProjectResponse.java:
##########
@@ -33,87 +33,87 @@
public class ProjectResponse extends BaseResponse implements
ResourceLimitAndCountResponse, SetResourceIconResponse {
@SerializedName(ApiConstants.ID)
- @Param(description = "the id of the project")
+ @Param(description = "The id of the project")
private String id;
@SerializedName(ApiConstants.NAME)
- @Param(description = "the name of the project")
+ @Param(description = "The name of the project")
private String name;
@SerializedName(ApiConstants.DISPLAY_TEXT)
- @Param(description = "the displaytext of the project")
+ @Param(description = "The displaytext of the project")
private String displaytext;
@SerializedName(ApiConstants.DOMAIN_ID)
- @Param(description = "the domain id the project belongs to")
+ @Param(description = "The domain id the project belongs to")
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]