mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-13 15:42:25 +00:00
Removed unused import.
This commit is contained in:
parent
2b0ee23396
commit
8e6e373a3b
@ -15,8 +15,6 @@
|
||||
|
||||
package org.acegisecurity;
|
||||
|
||||
import org.acegisecurity.providers.AbstractAuthenticationToken;
|
||||
|
||||
|
||||
/**
|
||||
* An abstract implementation of the {@link AuthenticationManager}.
|
||||
@ -52,7 +50,7 @@ public abstract class AbstractAuthenticationManager implements AuthenticationMan
|
||||
/**
|
||||
* <p>Concrete implementations of this class override this method to provide the authentication service.</p>
|
||||
* <p>The contract for this method is documented in the {@link
|
||||
* AuthenticationManager#authenticate(org.acegisecurity.Authentication)}.</p>
|
||||
* AuthenticationManager#authenticate(Authentication)}.</p>
|
||||
*
|
||||
* @param authentication the authentication request object
|
||||
*
|
||||
|
Loading…
x
Reference in New Issue
Block a user