davidjumani commented on a change in pull request #4524:
URL: https://github.com/apache/cloudstack/pull/4524#discussion_r539050576
##########
File path:
server/src/main/java/org/apache/cloudstack/network/ssl/CertServiceImpl.java
##########
@@ -311,9 +311,8 @@ public SslCertResponse createCertResponse(final SslCertVO
cert, final List<LoadB
{
response.setProjectId(project.getUuid());
response.setProjectName(project.getName());
- } else {
- response.setAccountName(account.getAccountName());
}
+ response.setAccountName(account.getAccountName());
Review comment:
Would be more efficient to just remove the else block below entirely
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]