[jboss-cvs] JBossCache/tests/functional/org/jboss/cache/data ...

Ben Wang bwang at jboss.com
Tue Nov 21 01:08:16 EST 2006


  User: bwang   
  Date: 06/11/21 01:08:16

  Modified:    tests/functional/org/jboss/cache/data    Course.java
                        Address.java Person.java
  Log:
  JBCACHE-868 Renaming PojoCache annotation.
  
  Revision  Changes    Path
  1.2       +0 -1      JBossCache/tests/functional/org/jboss/cache/data/Course.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: Course.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/tests/functional/org/jboss/cache/data/Course.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- Course.java	10 May 2006 23:54:01 -0000	1.1
  +++ Course.java	21 Nov 2006 06:08:15 -0000	1.2
  @@ -2,7 +2,6 @@
   
   /**
    * @author Brian Stansberry
  - * @@org.jboss.cache.aop.AopMarker
    */
   public class Course  implements java.io.Serializable {
      protected String title;
  
  
  
  1.2       +0 -1      JBossCache/tests/functional/org/jboss/cache/data/Address.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: Address.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/tests/functional/org/jboss/cache/data/Address.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- Address.java	10 May 2006 23:54:01 -0000	1.1
  +++ Address.java	21 Nov 2006 06:08:16 -0000	1.2
  @@ -2,7 +2,6 @@
   
   /**
    * @author Ben Wang
  - * @@org.jboss.cache.aop.AopMarker
    */
   public class Address implements java.io.Serializable {
      protected String city;
  
  
  
  1.2       +0 -1      JBossCache/tests/functional/org/jboss/cache/data/Person.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: Person.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/tests/functional/org/jboss/cache/data/Person.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- Person.java	10 May 2006 23:54:01 -0000	1.1
  +++ Person.java	21 Nov 2006 06:08:16 -0000	1.2
  @@ -4,7 +4,6 @@
   
   /**
    * @author Ben Wang
  - * @@org.jboss.cache.aop.InstanceOfAopMarker
    */
   public class Person  implements java.io.Serializable {
      protected String name;
  
  
  



More information about the jboss-cvs-commits mailing list