[jboss-cvs] JBossAS SVN: r95124 - projects/annotations/branches/AnnEnv/core/src/main/java/org/jboss/papaki/repository/plugins.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Mon Oct 19 12:17:36 EDT 2009
Author: alesj
Date: 2009-10-19 12:17:35 -0400 (Mon, 19 Oct 2009)
New Revision: 95124
Modified:
projects/annotations/branches/AnnEnv/core/src/main/java/org/jboss/papaki/repository/plugins/GenericAnnotationResourceVisitor.java
Log:
Remove import.
Modified: projects/annotations/branches/AnnEnv/core/src/main/java/org/jboss/papaki/repository/plugins/GenericAnnotationResourceVisitor.java
===================================================================
--- projects/annotations/branches/AnnEnv/core/src/main/java/org/jboss/papaki/repository/plugins/GenericAnnotationResourceVisitor.java 2009-10-19 16:15:03 UTC (rev 95123)
+++ projects/annotations/branches/AnnEnv/core/src/main/java/org/jboss/papaki/repository/plugins/GenericAnnotationResourceVisitor.java 2009-10-19 16:17:35 UTC (rev 95124)
@@ -125,7 +125,7 @@
/**
* Handle CtClass for annotations.
*
- * @param ctClass the class adapter instance
+ * @param ctClass the ct class instance
* @param commit the commit list
* @throws ClassNotFoundException for any annotations lookup problems
* @throws javassist.NotFoundException for any annotations lookup problems
@@ -178,7 +178,7 @@
}
/**
- * Handle members for annotations.
+ * Handle CtMembers for annotations.
*
* @param type where we found the annotations
* @param members the member instances
More information about the jboss-cvs-commits
mailing list