From 559f480f4b2a3eaa5fe1ecdae013df4c9da8cc5a Mon Sep 17 00:00:00 2001 From: Luke Taylor Date: Mon, 7 Mar 2005 22:35:28 +0000 Subject: [PATCH] Corrected Javadoc typos. --- .../acegisecurity/intercept/AbstractSecurityInterceptor.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/src/main/java/org/acegisecurity/intercept/AbstractSecurityInterceptor.java b/core/src/main/java/org/acegisecurity/intercept/AbstractSecurityInterceptor.java index 3b180d55da..989a2b6a55 100644 --- a/core/src/main/java/org/acegisecurity/intercept/AbstractSecurityInterceptor.java +++ b/core/src/main/java/org/acegisecurity/intercept/AbstractSecurityInterceptor.java @@ -488,14 +488,14 @@ public abstract class AbstractSecurityInterceptor implements InitializingBean, } /** - * Helper method which generates an exception contained the passed reason, + * Helper method which generates an exception containing the passed reason, * and publishes an event to the application context. * *

* Always throws an exception. *

* - * @param reason to be provided in the exceptiond detail + * @param reason to be provided in the exception detail * @param secureObject that was being called * @param configAttribs that were defined for the secureObject */