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


##########
api/src/main/java/org/apache/cloudstack/api/command/admin/account/DeleteAccountCmd.java:
##########
@@ -35,7 +35,7 @@
 import com.cloud.event.EventTypes;
 import com.cloud.user.Account;
 
-@APICommand(name = "deleteAccount", description = "Deletes a account, and all 
users associated with this account", responseObject = SuccessResponse.class, 
entityType = {Account.class},
+@APICommand(name = "deleteAccount", description = "Deletes an account and all 
users associated with this account", responseObject = SuccessResponse.class, 
entityType = {Account.class},

Review Comment:
   ```suggestion
   @APICommand(name = "deleteAccount", description = "Deletes an Account and 
all users associated with it", responseObject = SuccessResponse.class, 
entityType = {Account.class},
   ```



-- 
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