[jboss-cvs] JBossCache/tests-50/functional/org/jboss/cache/pojo/test ...

Ben Wang bwang at jboss.com
Wed Sep 20 04:50:06 EDT 2006


  User: bwang   
  Date: 06/09/20 04:50:06

  Modified:    tests-50/functional/org/jboss/cache/pojo/test  Gadget.java
  Log:
  upd
  
  Revision  Changes    Path
  1.3       +3 -3      JBossCache/tests-50/functional/org/jboss/cache/pojo/test/Gadget.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: Gadget.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/tests-50/functional/org/jboss/cache/pojo/test/Gadget.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- Gadget.java	27 Jun 2006 09:19:31 -0000	1.2
  +++ Gadget.java	20 Sep 2006 08:50:06 -0000	1.3
  @@ -7,14 +7,14 @@
   
   package org.jboss.cache.pojo.test;
   
  -import org.jboss.cache.aop.annotation.Serializable;
  -import org.jboss.cache.aop.annotation.Transient;
  +import org.jboss.cache.pojo.annotation.Serializable;
  +import org.jboss.cache.pojo.annotation.Transient;
   
   /**
    * Test class for PojoCache using annotation. This object consists of sub-objects
    * that has special annotation.
    *
  - * @version $Revision: 1.2 $
  + * @version $Revision: 1.3 $
    */
   @org.jboss.cache.pojo.annotation.PojoCacheable
   public class Gadget
  
  
  



More information about the jboss-cvs-commits mailing list