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:
Rohit Yadav 2015-08-12 14:03:17 +05:30
parent 1d190fd0bb
commit fcbee609b4
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}