rajujith commented on code in PR #7857: URL: https://github.com/apache/cloudstack/pull/7857#discussion_r2333294002
########## plugins/network-elements/tungsten/src/main/java/org/apache/cloudstack/network/tungsten/api/command/GetLoadBalancerSslCertificateCmd.java: ########## @@ -37,15 +37,15 @@ import javax.inject.Inject; -@APICommand(name = GetLoadBalancerSslCertificateCmd.APINAME, description = "get load balancer certificate", +@APICommand(name = GetLoadBalancerSslCertificateCmd.APINAME, description = "Get load balancer certificate", responseObject = TlsDataResponse.class, requestHasSensitiveInfo = false, responseHasSensitiveInfo = false) public class GetLoadBalancerSslCertificateCmd extends BaseCmd { public static final String APINAME = "getLoadBalancerSslCertificate"; @Inject private LoadBalancingRulesManager lbMgr; - @Parameter(name = ApiConstants.ID, type = CommandType.UUID, entityType = TlsDataResponse.class, required = true, description = "the ID of Lb") + @Parameter(name = ApiConstants.ID, type = CommandType.UUID, entityType = TlsDataResponse.class, required = true, description = "The ID of Lb") Review Comment: 'LB' -- 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