Skip to content

Commit

Permalink
Remove unnecessary changes
Browse files Browse the repository at this point in the history
  • Loading branch information
nilasini committed Sep 30, 2020
1 parent 88afbe8 commit a0ddab9
Showing 1 changed file with 0 additions and 7 deletions.
Expand Up @@ -89,13 +89,6 @@ public FunctionalityLockStatus getFunctionalityLockStatus(String userId, int ten
throws UserFunctionalityManagementServerException {

FunctionalityLockStatus functionalityLockStatus;
UserFunctionalityManager userFunctionalityManager = new UserFunctionalityManagerImpl();
try {
userFunctionalityManager.setProperties("ad8aef93-9808-4aea-a1ed-f1f9d4f9e147", -1234,
"SMSBasedPasswordRecovery", new HashMap<>());
} catch (UserFunctionalityManagementException e) {
e.printStackTrace();
}
JdbcTemplate jdbcTemplate = JdbcUtils.getNewTemplate();
try {
functionalityLockStatus =
Expand Down

0 comments on commit a0ddab9

Please sign in to comment.