浏览代码

JavaDocs formatting.

Ben Alex 20 年之前
父节点
当前提交
42c47c086a
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      core/src/main/java/org/acegisecurity/providers/AuthenticationProvider.java

+ 2 - 2
core/src/main/java/org/acegisecurity/providers/AuthenticationProvider.java

@@ -21,7 +21,7 @@ import net.sf.acegisecurity.AuthenticationException;
 
 /**
  * Indicates a class can process a specific  {@link
- * net.sf.acegisecurity.Authentication}  implementation.
+ * net.sf.acegisecurity.Authentication} implementation.
  *
  * @author Ben Alex
  * @version $Id$
@@ -30,7 +30,7 @@ public interface AuthenticationProvider {
     //~ Methods ================================================================
 
     /**
-     * Performs authentication with the same contract as  {@link
+     * Performs authentication with the same contract as {@link
      * net.sf.acegisecurity.AuthenticationManager#authenticate(Authentication)}.
      *
      * @param authentication the authentication request object.