From e3b728cc9aa93436dae019799fc0503ffb334599 Mon Sep 17 00:00:00 2001 From: Luke Taylor Date: Sun, 18 Dec 2005 15:02:17 +0000 Subject: [PATCH] Javadoc typos. --- .../acegisecurity/InsufficientAuthenticationException.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/core/src/main/java/org/acegisecurity/InsufficientAuthenticationException.java b/core/src/main/java/org/acegisecurity/InsufficientAuthenticationException.java index 05b0e59999..a70f3cebeb 100644 --- a/core/src/main/java/org/acegisecurity/InsufficientAuthenticationException.java +++ b/core/src/main/java/org/acegisecurity/InsufficientAuthenticationException.java @@ -20,13 +20,13 @@ package org.acegisecurity; * not sufficiently trusted. * *

- * {{@link org.acegisecurity.vote.AccessDecisionVoter}s will typically throw + * {@link org.acegisecurity.vote.AccessDecisionVoter}s will typically throw * this exception if they are dissatisfied with the level of the - * authentication, such as if performed using a remember-me mechnanism or + * authentication, such as if performed using a remember-me mechanism or * anonymously. The commonly used {@link * org.acegisecurity.intercept.web.SecurityEnforcementFilter} will thus * cause the AuthenticationEntryPoint to be called, allowing the - * principal to authenticate with a stronger level of authentication. } + * principal to authenticate with a stronger level of authentication. *

* * @author Ben Alex