From d1fa12a312003939fb78f6743c2cbada977cb373 Mon Sep 17 00:00:00 2001
From: Ben Alex
Date: Mon, 26 Jul 2004 06:52:55 +0000
Subject: [PATCH] Fix Javadocs warning.
---
.../acegisecurity/providers/dao/DaoAuthenticationProvider.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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