This commit is contained in:
Sebastian Sdorra
2013-09-28 13:28:08 +02:00
parent d590142997
commit 9b9d04e6a8

View File

@@ -177,7 +177,7 @@ public class ConfigurableLoginAttemptHandler implements LoginAttemptHandler
token.getPrincipal(), attempt);
attempt.increase();
throw new ExcessiveAttemptsException("account is temporarly locked");
throw new ExcessiveAttemptsException("account is temporary locked");
}
}