[jboss-cvs] JBossCache/src-50/org/jboss/cache/pojo ...

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


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

  Modified:    src-50/org/jboss/cache/pojo  PojoCache.java
  Log:
  JBCACHE-868 Renaming PojoCache annotation.
  
  Revision  Changes    Path
  1.8       +2 -2      JBossCache/src-50/org/jboss/cache/pojo/PojoCache.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: PojoCache.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/src-50/org/jboss/cache/pojo/PojoCache.java,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -b -r1.7 -r1.8
  --- PojoCache.java	6 Nov 2006 23:32:16 -0000	1.7
  +++ PojoCache.java	21 Nov 2006 06:08:12 -0000	1.8
  @@ -27,9 +27,9 @@
      /**
   	* <p>Attach a POJO into PojoCache. It will also recursively put any
   	* sub-POJO into the cache system. A POJO can be the following and have the
  -	* consqeuences when attached:</p> <p/> <li>it is PojoCacheable, that is, it
  +	* consqeuences when attached:</p> <p/> <li>it is Replicable, that is, it
   	* has been annotated with {@see
  -	* org.jboss.cache.aop.annotation.PojoCacheable} annotation (or via XML),
  +	* org.jboss.cache.aop.annotation.Replicable} annotation (or via XML),
   	* and has
   	* been "instrumented" either compile- or load-time. The POJO will be mapped
   	* recursively to the system and fine-grained replication will be
  
  
  



More information about the jboss-cvs-commits mailing list