Moved MockAuthenticationManager to test package.

This commit is contained in:
Luke Taylor 2009-04-12 05:13:18 +00:00
parent 1b43e3661a
commit 365ae3936e
1 changed files with 1 additions and 2 deletions

View File

@ -38,8 +38,7 @@ public class MockAuthenticationManager extends AbstractAuthenticationManager {
//~ Methods ========================================================================================================
public Authentication doAuthentication(Authentication authentication)
throws AuthenticationException {
public Authentication doAuthentication(Authentication authentication) throws AuthenticationException {
if (grantAccess) {
return authentication;
} else {