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
|
||||
* AuthenticationServiceException.
|
||||
*
|
||||
* @author $author$
|
||||
* @author Ray Krueger
|
||||
* @version $Revision$
|
||||
*/
|
||||
public class DefaultLoginExceptionResolver implements LoginExceptionResolver {
|
||||
|
|
|
@ -28,7 +28,7 @@ import javax.security.auth.login.LoginException;
|
|||
* the LoginExceptionResolver implementation would return a {@link
|
||||
* net.sf.acegisecurity.BadCredentialsException}.
|
||||
*
|
||||
* @author $author$
|
||||
* @author Ray Krueger
|
||||
* @version $Revision$
|
||||
*/
|
||||
public interface LoginExceptionResolver {
|
||||
|
|
Loading…
Reference in New Issue