소스 검색

Removed unused import.

Luke Taylor 18 년 전
부모
커밋
8e6e373a3b
1개의 변경된 파일1개의 추가작업 그리고 3개의 파일을 삭제
  1. 1 3
      core/src/main/java/org/acegisecurity/AbstractAuthenticationManager.java

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