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

Ben Wang bwang at jboss.com
Thu Sep 21 12:12:18 EDT 2006


  User: bwang   
  Date: 06/09/21 12:12:18

  Modified:    examples/PojoCache/annotated50/src/examples    Address.java
                        Course.java Person.java
  Log:
  Updated to 2.0 apis
  
  Revision  Changes    Path
  1.2       +3 -3      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.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- Address.java	5 Feb 2006 10:42:08 -0000	1.1
  +++ Address.java	21 Sep 2006 16:12:18 -0000	1.2
  @@ -3,7 +3,7 @@
   /**
    * @author Ben Wang
    */
  - at org.jboss.cache.aop.annotation.PojoCacheable
  + at org.jboss.cache.pojo.annotation.PojoCacheable
   public class Address {
      protected String city;
      protected int zip;
  
  
  
  1.2       +8 -8      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.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- Course.java	5 Feb 2006 10:42:08 -0000	1.1
  +++ Course.java	21 Sep 2006 16:12:18 -0000	1.2
  @@ -3,7 +3,7 @@
   /**
    * @author Brian Stansberry
    */
  - at org.jboss.cache.aop.annotation.PojoCacheable
  + at org.jboss.cache.pojo.annotation.PojoCacheable
   public class Course {
      protected String title;
      protected String instructor;
  
  
  
  1.3       +1 -1      JBossCache/examples/PojoCache/annotated50/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/annotated50/src/examples/Person.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- Person.java	5 Feb 2006 11:54:41 -0000	1.2
  +++ Person.java	21 Sep 2006 16:12:18 -0000	1.3
  @@ -5,7 +5,7 @@
   /**
    * @author Ben Wang
    */
  - at org.jboss.cache.aop.annotation.InstanceOfPojoCacheable
  + at org.jboss.cache.pojo.annotation.InstanceOfPojoCacheable
   public class Person {
      protected String name;
      protected Address address;
  
  
  



More information about the jboss-cvs-commits mailing list