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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Apr 19 17:31:56 EDT 2007


Author: kabir.khan at jboss.com
Date: 2007-04-19 17:31:56 -0400 (Thu, 19 Apr 2007)
New Revision: 62437

Modified:
   projects/aop/trunk/aop/src/main/org/jboss/aop/instrument/JoinPointGenerator.java
Log:
Fix comment

Modified: projects/aop/trunk/aop/src/main/org/jboss/aop/instrument/JoinPointGenerator.java
===================================================================
--- projects/aop/trunk/aop/src/main/org/jboss/aop/instrument/JoinPointGenerator.java	2007-04-19 21:28:21 UTC (rev 62436)
+++ projects/aop/trunk/aop/src/main/org/jboss/aop/instrument/JoinPointGenerator.java	2007-04-19 21:31:56 UTC (rev 62437)
@@ -100,7 +100,8 @@
    private ThreadLocal<Set<Integer>> inconsistentTypeArgs;
    
    /**
-    * A cache of the generated joinpoint classes indexed by the interceptor chains for the info
+    * A cache of the generated joinpoint classes indexed by the interceptor chains for the info to 
+    * avoid having to generate a new class on every single rebind
     */
    private HashMap generatedJoinPointClassCache = new HashMap();
    




More information about the jboss-cvs-commits mailing list