瀏覽代碼

Fix Javadocs warning.

Ben Alex 21 年之前
父節點
當前提交
d1fa12a312
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      core/src/main/java/org/acegisecurity/providers/dao/DaoAuthenticationProvider.java

+ 1 - 1
core/src/main/java/org/acegisecurity/providers/dao/DaoAuthenticationProvider.java

@@ -292,7 +292,7 @@ public class DaoAuthenticationProvider implements AuthenticationProvider,
      * </p>
      * </p>
      *
      *
      * @param principal that should be the principal in the returned object
      * @param principal that should be the principal in the returned object
-     *        (defined by the {@link #forcePrincipalAsString} property)
+     *        (defined by the {@link #isForcePrincipalAsString()} method)
      * @param authentication that was presented to the
      * @param authentication that was presented to the
      *        <code>DaoAuthenticationProvider</code> for validation
      *        <code>DaoAuthenticationProvider</code> for validation
      * @param user that was loaded by the <code>AuthenticationDao</code>
      * @param user that was loaded by the <code>AuthenticationDao</code>