[jboss-cvs] JBossAS SVN: r70763 - projects/aop/trunk/aop/src/main/org/jboss/aop.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Mar 12 07:20:40 EDT 2008


Author: kabir.khan at jboss.com
Date: 2008-03-12 07:20:40 -0400 (Wed, 12 Mar 2008)
New Revision: 70763

Modified:
   projects/aop/trunk/aop/src/main/org/jboss/aop/AspectManager.java
Log:
Correct comment

Modified: projects/aop/trunk/aop/src/main/org/jboss/aop/AspectManager.java
===================================================================
--- projects/aop/trunk/aop/src/main/org/jboss/aop/AspectManager.java	2008-03-12 11:08:18 UTC (rev 70762)
+++ projects/aop/trunk/aop/src/main/org/jboss/aop/AspectManager.java	2008-03-12 11:20:40 UTC (rev 70763)
@@ -186,7 +186,7 @@
    //Keeps track of if we need to convert references etc for a given class. Domains for scoped classloaders will have their own version of this
    protected static InterceptionMarkers interceptionMarkers = new InterceptionMarkers();
    
-   /** A set of annotation names that will be ignored even tough they have been included. */
+   /** A set of annotation names that will be included even though they are invisible. */
    protected List<String> includeInvisibleAnnotations = Collections .emptyList();
    // Static -------------------------------------------------------
 




More information about the jboss-cvs-commits mailing list