浏览代码

Minor Javadoc correction.

Luke Taylor 21 年之前
父节点
当前提交
defc79c283
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      core/src/main/java/org/acegisecurity/intercept/web/AuthenticationEntryPoint.java

+ 3 - 3
core/src/main/java/org/acegisecurity/intercept/web/AuthenticationEntryPoint.java

@@ -34,17 +34,17 @@ public interface AuthenticationEntryPoint {
 
     /**
      * Commences an authentication scheme.
-     * 
+     *
      * <P>
      * <code>SecurityEnforcementFilter</code> will populate the
      * <code>HttpSession</code> attribute named
      * <code>AuthenticationProcessingFilter.ACEGI_SECURITY_TARGET_URL_KEY</code>
      * with the requested target URL before calling this method.
      * </p>
-     * 
+     *
      * <P>
      * Implementations should modify the headers on the
-     * <code>ServletResponse</code> to as necessary to commence the
+     * <code>ServletResponse</code> as necessary to commence the
      * authentication process.
      * </p>
      *