[jboss-cvs] JBossAS SVN: r95121 - in projects/annotations/branches/AnnEnv: indexer and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Oct 19 12:02:48 EDT 2009


Author: alesj
Date: 2009-10-19 12:02:48 -0400 (Mon, 19 Oct 2009)
New Revision: 95121

Modified:
   projects/annotations/branches/AnnEnv/core/src/main/java/org/jboss/papaki/repository/plugins/GenericAnnotationResourceVisitor.java
   projects/annotations/branches/AnnEnv/indexer/pom.xml
Log:
Typos.

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 15:58:01 UTC (rev 95120)
+++ projects/annotations/branches/AnnEnv/core/src/main/java/org/jboss/papaki/repository/plugins/GenericAnnotationResourceVisitor.java	2009-10-19 16:02:48 UTC (rev 95121)
@@ -27,7 +27,6 @@
 import org.jboss.classloading.spi.visitor.ResourceVisitor;
 import org.jboss.logging.Logger;
 import org.jboss.metadata.spi.signature.Signature;
-import org.jboss.papaki.AnnotationRepository;
 import org.jboss.papaki.repository.spi.ClassAdapter;
 import org.jboss.papaki.repository.spi.MemberAdapter;
 
@@ -126,7 +125,7 @@
    /**
     * Handle CtClass for annotations.
     *
-    * @param ctClass the ct class instance
+    * @param ctClass the class adapter instance
     * @param commit  the commit list
     * @throws ClassNotFoundException      for any annotations lookup problems
     * @throws javassist.NotFoundException for any annotations lookup problems
@@ -179,10 +178,10 @@
    }
 
    /**
-    * Handle CtMembers for annotations.
+    * Handle members for annotations.
     *
     * @param type      where we found the annotations
-    * @param members   the ct member instances
+    * @param members   the member instances
     * @param className the className
     * @param commit    the commit list
     * @throws Exception for any annotations lookup problems
@@ -211,7 +210,7 @@
     * Handle annotations.
     *
     * @param type        where we found the annotations
-    * @param member      the ct member
+    * @param member      the member
     * @param annotations the actual annotations
     * @param className   the className
     * @param commit      the commit list
@@ -296,14 +295,4 @@
    {
       this.checkInterfaces = checkInterfaces;
    }
-
-   /**
-    * Get the built environment.
-    *
-    * @return the annoattion environment
-    */
-   public AnnotationRepository getRepository()
-   {
-      return repository;
-   }
 }
\ No newline at end of file

Modified: projects/annotations/branches/AnnEnv/indexer/pom.xml
===================================================================
--- projects/annotations/branches/AnnEnv/indexer/pom.xml	2009-10-19 15:58:01 UTC (rev 95120)
+++ projects/annotations/branches/AnnEnv/indexer/pom.xml	2009-10-19 16:02:48 UTC (rev 95121)
@@ -9,9 +9,9 @@
   <modelVersion>4.0.0</modelVersion>
   <artifactId>papaki-indexer</artifactId>
   <packaging>jar</packaging>
-  <name>JBoss Papki Core</name>
+  <name>JBoss Papki Indexer</name>
   <url>http://www.jboss.org</url>
-  <description>JBoss Papaki Core</description>
+  <description>JBoss Papaki Indexer</description>
   <scm>
      <connection>scm:svn:https://svn.jboss.org/repos/jbossas/projects/annotations/branches/AnnEnv</connection>
   </scm>




More information about the jboss-cvs-commits mailing list