Corrected Javadoc typos.

This commit is contained in:
Luke Taylor 2005-03-07 22:35:28 +00:00
parent ab6d43ff08
commit 559f480f4b
1 changed files with 2 additions and 2 deletions

View File

@ -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. * and publishes an event to the application context.
* *
* <P> * <P>
* Always throws an exception. * Always throws an exception.
* </p> * </p>
* *
* @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 secureObject that was being called
* @param configAttribs that were defined for the secureObject * @param configAttribs that were defined for the secureObject
*/ */