mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-26 22:02:41 +00:00
Replaced $author$ stuff in javadocs with Ray Krueger
This commit is contained in:
parent
41310f26a6
commit
8853ba28e2
@ -25,7 +25,7 @@ import javax.security.auth.login.LoginException;
|
|||||||
* This LoginExceptionResolver simply wraps the LoginException with an
|
* This LoginExceptionResolver simply wraps the LoginException with an
|
||||||
* AuthenticationServiceException.
|
* AuthenticationServiceException.
|
||||||
*
|
*
|
||||||
* @author $author$
|
* @author Ray Krueger
|
||||||
* @version $Revision$
|
* @version $Revision$
|
||||||
*/
|
*/
|
||||||
public class DefaultLoginExceptionResolver implements LoginExceptionResolver {
|
public class DefaultLoginExceptionResolver implements LoginExceptionResolver {
|
||||||
|
@ -28,7 +28,7 @@ import javax.security.auth.login.LoginException;
|
|||||||
* the LoginExceptionResolver implementation would return a {@link
|
* the LoginExceptionResolver implementation would return a {@link
|
||||||
* net.sf.acegisecurity.BadCredentialsException}.
|
* net.sf.acegisecurity.BadCredentialsException}.
|
||||||
*
|
*
|
||||||
* @author $author$
|
* @author Ray Krueger
|
||||||
* @version $Revision$
|
* @version $Revision$
|
||||||
*/
|
*/
|
||||||
public interface LoginExceptionResolver {
|
public interface LoginExceptionResolver {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user