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


##########
api/src/main/java/org/apache/cloudstack/api/response/ProjectInvitationResponse.java:
##########
@@ -28,43 +28,43 @@
 @SuppressWarnings("unused")
 public class ProjectInvitationResponse extends BaseResponse implements 
ControlledViewEntityResponse {
     @SerializedName(ApiConstants.ID)
-    @Param(description = "the id of the invitation")
+    @Param(description = "The id of the invitation")

Review Comment:
   'ID'



##########
api/src/main/java/org/apache/cloudstack/api/response/ProjectInvitationResponse.java:
##########
@@ -28,43 +28,43 @@
 @SuppressWarnings("unused")
 public class ProjectInvitationResponse extends BaseResponse implements 
ControlledViewEntityResponse {
     @SerializedName(ApiConstants.ID)
-    @Param(description = "the id of the invitation")
+    @Param(description = "The id of the invitation")
     private String id;
 
     @SerializedName(ApiConstants.PROJECT_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/ProjectInvitationResponse.java:
##########
@@ -28,43 +28,43 @@
 @SuppressWarnings("unused")
 public class ProjectInvitationResponse extends BaseResponse implements 
ControlledViewEntityResponse {
     @SerializedName(ApiConstants.ID)
-    @Param(description = "the id of the invitation")
+    @Param(description = "The id of the invitation")
     private String id;
 
     @SerializedName(ApiConstants.PROJECT_ID)
-    @Param(description = "the id of the project")
+    @Param(description = "The id of the project")
     private String projectId;
 
     @SerializedName(ApiConstants.PROJECT)
-    @Param(description = "the name of the project")
+    @Param(description = "The name of the project")
     private String projectName;
 
     @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]

Reply via email to