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

Ben Wang bwang at jboss.com
Tue Sep 5 02:11:26 EDT 2006


  User: bwang   
  Date: 06/09/05 02:11:26

  Modified:    src-50/org/jboss/cache/pojo  PojoCache.java
  Log:
  First cuto of the using 2.0 Cache API
  
  Revision  Changes    Path
  1.5       +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.4
  retrieving revision 1.5
  diff -u -b -r1.4 -r1.5
  --- PojoCache.java	21 Aug 2006 00:36:05 -0000	1.4
  +++ PojoCache.java	5 Sep 2006 06:11:26 -0000	1.5
  @@ -6,7 +6,7 @@
    */
   package org.jboss.cache.pojo;
   
  -import org.jboss.cache.TreeCache;
  +import org.jboss.cache.Cache;
   
   import java.util.Collection;
   import java.util.Map;
  @@ -126,5 +126,5 @@
      /**
       * Obtain the underlying generic cache system. Use this for non-POJO cache operation, e.g.
       */
  -   TreeCache getCache();
  +   Cache getCache();
   }
  
  
  



More information about the jboss-cvs-commits mailing list