rajujith commented on code in PR #7857:
URL: https://github.com/apache/cloudstack/pull/7857#discussion_r2332077528
##########
api/src/main/java/org/apache/cloudstack/api/response/ConditionResponse.java:
##########
@@ -30,7 +30,7 @@
@SuppressWarnings("unused")
public class ConditionResponse extends BaseResponse implements
ControlledEntityResponse {
@SerializedName("id")
- @Param(description = "the id of the Condition")
+ @Param(description = "The id of the Condition")
Review Comment:
'ID"
##########
api/src/main/java/org/apache/cloudstack/api/response/ConditionResponse.java:
##########
@@ -42,43 +42,43 @@ public class ConditionResponse extends BaseResponse
implements ControlledEntityR
private String relationalOperator;
@SerializedName("counterid")
- @Param(description = "the Id of the Counter.")
+ @Param(description = "The Id of the Counter.")
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]