From f8b0de34593065d225024a049ee238de96c4119f Mon Sep 17 00:00:00 2001 From: Luke Taylor Date: Tue, 1 Nov 2005 14:22:08 +0000 Subject: [PATCH] Corrected Javadoc link to interface name. --- .../org/acegisecurity/AuthenticationTrustResolverImpl.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/src/main/java/org/acegisecurity/AuthenticationTrustResolverImpl.java b/core/src/main/java/org/acegisecurity/AuthenticationTrustResolverImpl.java index cfdc1bacf9..5aa92ea290 100644 --- a/core/src/main/java/org/acegisecurity/AuthenticationTrustResolverImpl.java +++ b/core/src/main/java/org/acegisecurity/AuthenticationTrustResolverImpl.java @@ -20,9 +20,9 @@ import net.sf.acegisecurity.providers.rememberme.RememberMeAuthenticationToken; /** - * Basic implementation of {@link AuthenticationTrustResolverImpl}. + * Basic implementation of {@link AuthenticationTrustResolver}. * - *

+ *

* Makes trust decisions based on whether the passed * Authentication is an instance of a defined class. *