소스 검색

Corrected Javadoc typos.

Luke Taylor 20 년 전
부모
커밋
559f480f4b
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      core/src/main/java/org/acegisecurity/intercept/AbstractSecurityInterceptor.java

+ 2 - 2
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.
      * 
      * <P>
      * Always throws an exception.
      * </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 configAttribs that were defined for the secureObject
      */