[jboss-cvs] JBossCache/examples/PojoCache/passivation/src/examples ...

Ben Wang bwang at jboss.com
Tue Nov 21 01:07:49 EST 2006


  User: bwang   
  Date: 06/11/21 01:07:49

  Modified:    examples/PojoCache/passivation/src/examples    Course.java
                        Address.java Person.java
  Log:
  JBCACHE-868 Renaming PojoCache annotation.
  
  Revision  Changes    Path
  1.2       +1 -1      JBossCache/examples/PojoCache/passivation/src/examples/Course.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: Course.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/examples/PojoCache/passivation/src/examples/Course.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- Course.java	7 Nov 2006 04:26:51 -0000	1.1
  +++ Course.java	21 Nov 2006 06:07:49 -0000	1.2
  @@ -3,7 +3,7 @@
   /**
    * @author Brian Stansberry
    */
  - at org.jboss.cache.pojo.annotation.PojoCacheable
  + at org.jboss.cache.pojo.annotation.Replicable
   public class Course {
      protected String title;
      protected String instructor;
  
  
  
  1.2       +1 -1      JBossCache/examples/PojoCache/passivation/src/examples/Address.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: Address.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/examples/PojoCache/passivation/src/examples/Address.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- Address.java	7 Nov 2006 04:26:51 -0000	1.1
  +++ Address.java	21 Nov 2006 06:07:49 -0000	1.2
  @@ -3,7 +3,7 @@
   /**
    * @author Ben Wang
    */
  - at org.jboss.cache.pojo.annotation.PojoCacheable
  + at org.jboss.cache.pojo.annotation.Replicable
   public class Address {
      protected String city;
      protected int zip;
  
  
  
  1.2       +1 -1      JBossCache/examples/PojoCache/passivation/src/examples/Person.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: Person.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/examples/PojoCache/passivation/src/examples/Person.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- Person.java	7 Nov 2006 04:26:51 -0000	1.1
  +++ Person.java	21 Nov 2006 06:07:49 -0000	1.2
  @@ -5,7 +5,7 @@
   /**
    * @author Ben Wang
    */
  - at org.jboss.cache.pojo.annotation.InstanceOfPojoCacheable
  + at org.jboss.cache.pojo.annotation.Replicable
   public class Person {
      protected String name;
      protected Address address;
  
  
  



More information about the jboss-cvs-commits mailing list