mirror of https://github.com/apache/cloudstack.git
engine: fix accountState setter name
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
(cherry picked from commit 3c9d1fdf5d)
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…
Reference in New Issue