Replaced $author$ stuff in javadocs with Ray Krueger

This commit is contained in:
Ray Krueger 2004-12-09 22:35:53 +00:00
parent 41310f26a6
commit 8853ba28e2
2 changed files with 2 additions and 2 deletions

View File

@ -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 {

View File

@ -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 {