mirror of https://github.com/apache/cloudstack.git
engine: fix accountState setter name
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This commit is contained in:
parent
0fcd9cad1e
commit
3c9d1fdf5d
|
|
@ -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…
Reference in New Issue