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

Ben Wang bwang at jboss.com
Sun Aug 20 20:36:05 EDT 2006


  User: bwang   
  Date: 06/08/20 20:36:05

  Modified:    src-50/org/jboss/cache/pojo  PojoCache.java
  Log:
  Minor test
  
  Revision  Changes    Path
  1.4       +1 -1      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.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- PojoCache.java	31 Jul 2006 02:44:42 -0000	1.3
  +++ PojoCache.java	21 Aug 2006 00:36:05 -0000	1.4
  @@ -36,7 +36,7 @@
       * treated as an "opaque" object per se. That is, the POJO will neither be intercepted
       * (for fine-grained operation) or object relantionship will be maintained.</li>
       * <li>Neither of above. In this case, a user can specify whether it wants this POJO to be
  -    * stored (e.g., replicated or persistent). If not, a PojoCacheException will be thrown.
  +    * stored (e.g., replicated or persistent). If not, a PojoCacheException will be thrown.</li>
       *
       * @param id   An id String to identify the object in the cache. To promote concurrency, we
       *             recommend the use of hierarchical String separating by a designated separator. Default
  
  
  



More information about the jboss-cvs-commits mailing list