mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
engine: fix accountState setter name
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com> (cherry picked from commit 3c9d1fdf5de5b9bcf62a1f2bfbfbcf458a0f31b6) Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This commit is contained in:
parent
1d190fd0bb
commit
fcbee609b4
@ -251,7 +251,7 @@ public class UserAccountVO implements UserAccount, InternalIdentity {
|
||||
return accountState;
|
||||
}
|
||||
|
||||
public void setAccountDisabled(String accountState) {
|
||||
public void setAccountState(String accountState) {
|
||||
this.accountState = accountState;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user