diff --git a/core/src/main/java/org/acegisecurity/providers/dao/DaoAuthenticationProvider.java b/core/src/main/java/org/acegisecurity/providers/dao/DaoAuthenticationProvider.java index 08e33e5a02..153ea4242d 100644 --- a/core/src/main/java/org/acegisecurity/providers/dao/DaoAuthenticationProvider.java +++ b/core/src/main/java/org/acegisecurity/providers/dao/DaoAuthenticationProvider.java @@ -292,7 +292,7 @@ public class DaoAuthenticationProvider implements AuthenticationProvider, *
* * @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 *DaoAuthenticationProvider
for validation
* @param user that was loaded by the AuthenticationDao