rajujith commented on code in PR #7857:
URL: https://github.com/apache/cloudstack/pull/7857#discussion_r2332075302
##########
api/src/main/java/org/apache/cloudstack/api/response/CapabilitiesResponse.java:
##########
@@ -26,107 +26,107 @@
@SuppressWarnings("unused")
public class CapabilitiesResponse extends BaseResponse {
@SerializedName("securitygroupsenabled")
- @Param(description = "true if security groups support is enabled, false
otherwise")
+ @Param(description = "True if security groups support is enabled, false
otherwise")
private boolean securityGroupsEnabled;
@SerializedName("dynamicrolesenabled")
- @Param(description = "true if dynamic role-based api checker is enabled,
false otherwise")
+ @Param(description = "True if dynamic role-based api checker is enabled,
false otherwise")
private boolean dynamicRolesEnabled;
@SerializedName("cloudstackversion")
- @Param(description = "version of the cloud stack")
+ @Param(description = "Version of the cloud stack")
Review Comment:
'CloudStack' instead?
--
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]