[jboss-cvs] jboss-aop/src/test/org/jboss/test/aop/annotationc ...

Kabir Khan kkhan at jboss.com
Tue Jul 18 12:52:15 EDT 2006


  User: kkhan   
  Date: 06/07/18 12:52:15

  Modified:    src/test/org/jboss/test/aop/annotationc 
                        AnnotationTester.java
  Log:
  Move AnnotationCreator out of aop into container project
  
  Revision  Changes    Path
  1.10      +3 -2      jboss-aop/src/test/org/jboss/test/aop/annotationc/AnnotationTester.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: AnnotationTester.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-aop/src/test/org/jboss/test/aop/annotationc/AnnotationTester.java,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -b -r1.9 -r1.10
  --- AnnotationTester.java	29 Jun 2006 15:05:11 -0000	1.9
  +++ AnnotationTester.java	18 Jul 2006 16:52:15 -0000	1.10
  @@ -24,7 +24,8 @@
   
   import junit.framework.Test;
   import junit.framework.TestSuite;
  -import org.jboss.aop.annotation.AnnotationCreator;
  +
  +import org.jboss.annotation.factory.AnnotationCreator;
   import org.jboss.aop.annotation.AnnotationElement;
   import org.jboss.aop.annotation.PortableAnnotationElement;
   import org.jboss.aop.util.ConstructorComparator;
  @@ -39,7 +40,7 @@
    * Tests an annotated introduction
    *
    * @author <a href="mailto:bill at jboss.org">Bill Burke</a>
  - * @version $Revision: 1.9 $
  + * @version $Revision: 1.10 $
    */
   public class AnnotationTester extends AOPTestWithSetup
   {
  
  
  



More information about the jboss-cvs-commits mailing list