[jboss-cvs] JBossCache/docs/tutorial-pojo/en ...

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


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

  Modified:    docs/tutorial-pojo/en  master.xml
  Log:
  JBCACHE-868 Renaming PojoCache annotation.
  
  Revision  Changes    Path
  1.3       +3 -3      JBossCache/docs/tutorial-pojo/en/master.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: master.xml
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/docs/tutorial-pojo/en/master.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- master.xml	23 Oct 2006 17:51:38 -0000	1.2
  +++ master.xml	21 Nov 2006 06:07:55 -0000	1.3
  @@ -139,7 +139,7 @@
       <literal>Person</literal> and <literal>Address</literal> plus the PojoCache annotation.</para>
   
       <programlisting>
  - at org.jboss.cache.pojo.annotation.InstanceOfPojoCacheable
  + at org.jboss.cache.pojo.annotation.Replicable
   public class Person {
      String name=null;
      int age=0;
  @@ -154,8 +154,8 @@
   }</programlisting>
   
       <programlisting>
  - at org.jboss.cache.pojo.annotation.PojoCacheable
  -public class Address {
  +       @org.jboss.cache.pojo.annotation.Replicable
  +       public class Address {
      String street=null;
      String city=null;
      int zip=0;
  
  
  



More information about the jboss-cvs-commits mailing list