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


##########
api/src/main/java/org/apache/cloudstack/api/command/admin/account/LockAccountCmd.java:
##########
@@ -78,6 +78,6 @@ public long getEntityOwnerId() {
 
     @Override
     public void execute() {
-        throw new CloudRuntimeException("LockAccount does not lock accounts. 
Its implementation is disabled. Use DisableAccount instead");
+        throw new CloudRuntimeException("LockAccount does not lock Accounts. 
Its implementation is disabled. Use DisableAccount instead.");

Review Comment:
   ```suggestion
           throw new CloudRuntimeException("LockAccount does not lock an 
Account. Its implementation is disabled. Use DisableAccount 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]

Reply via email to