[jboss-cvs] container/src/main/org/jboss/annotation/factory ...

Kabir Khan kkhan at jboss.com
Tue Jul 18 09:27:44 EDT 2006


  User: kkhan   
  Date: 06/07/18 09:27:44

  Modified:    src/main/org/jboss/annotation/factory 
                        AnnotationCreator.java
  Log:
  Tidy up
  
  Revision  Changes    Path
  1.2       +1 -2      container/src/main/org/jboss/annotation/factory/AnnotationCreator.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: AnnotationCreator.java
  ===================================================================
  RCS file: /cvsroot/jboss/container/src/main/org/jboss/annotation/factory/AnnotationCreator.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- AnnotationCreator.java	18 Jul 2006 11:23:50 -0000	1.1
  +++ AnnotationCreator.java	18 Jul 2006 13:27:44 -0000	1.2
  @@ -37,7 +37,6 @@
   import org.jboss.annotation.factory.javassist.DefaultValueAnnotationValidator;
   
   import java.io.StringReader;
  -import java.lang.annotation.Annotation;
   import java.lang.reflect.Array;
   import java.lang.reflect.Field;
   import java.lang.reflect.InvocationTargetException;
  @@ -52,7 +51,7 @@
    *
    * @author <a href="mailto:bill at jboss.org">Bill Burke</a>
    * @author <a href="mailto:kabir.khan at jboss.org">Kabir Khan</a>
  - * @version $Revision: 1.1 $
  + * @version $Revision: 1.2 $
    */
   public class AnnotationCreator implements AnnotationParserVisitor
   {
  
  
  



More information about the jboss-cvs-commits mailing list