[jboss-cvs] JBossAS SVN: r74422 - projects/jboss-aspects/trunk/security/src/main/java/org/jboss/aspects/security.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Jun 11 17:12:53 EDT 2008


Author: anil.saldhana at jboss.com
Date: 2008-06-11 17:12:53 -0400 (Wed, 11 Jun 2008)
New Revision: 74422

Modified:
   projects/jboss-aspects/trunk/security/src/main/java/org/jboss/aspects/security/SecurityClientInterceptor.java
Log:
typo

Modified: projects/jboss-aspects/trunk/security/src/main/java/org/jboss/aspects/security/SecurityClientInterceptor.java
===================================================================
--- projects/jboss-aspects/trunk/security/src/main/java/org/jboss/aspects/security/SecurityClientInterceptor.java	2008-06-11 21:03:54 UTC (rev 74421)
+++ projects/jboss-aspects/trunk/security/src/main/java/org/jboss/aspects/security/SecurityClientInterceptor.java	2008-06-11 21:12:53 UTC (rev 74422)
@@ -41,7 +41,7 @@
 
    /**
     * Authenticates the caller using the principal and credentials in the 
-    * Infocation if thre is a security manager and an invcocation method.
+    * Invocation if thre is a security manager and an invcocation method.
     */
    public Object invoke(org.jboss.aop.joinpoint.Invocation invocation) throws Throwable
    {




More information about the jboss-cvs-commits mailing list