Browse Source

Removed unused import.

Luke Taylor 17 năm trước cách đây
mục cha
commit
8e6e373a3b

+ 1 - 3
core/src/main/java/org/acegisecurity/AbstractAuthenticationManager.java

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