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

Ben Wang bwang at jboss.com
Tue Nov 21 09:39:34 EST 2006


  User: bwang   
  Date: 06/11/21 09:39:34

  Modified:    examples/PojoCache/annotated50/src/examples   Address.java
                        Course.java
  Log:
  upd
  
  Revision  Changes    Path
  1.3       +1 -1      JBossCache/examples/PojoCache/annotated50/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/annotated50/src/examples/Address.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- Address.java	21 Sep 2006 16:12:18 -0000	1.2
  +++ Address.java	21 Nov 2006 14:39:34 -0000	1.3
  @@ -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.3       +1 -1      JBossCache/examples/PojoCache/annotated50/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/annotated50/src/examples/Course.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- Course.java	21 Sep 2006 16:12:18 -0000	1.2
  +++ Course.java	21 Nov 2006 14:39:34 -0000	1.3
  @@ -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;
  
  
  



More information about the jboss-cvs-commits mailing list