You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jcs-dev@jakarta.apache.org by hc...@apache.org on 2005/01/20 11:57:36 UTC

cvs commit: jakarta-turbine-jcs/auxiliary-builds/jdk15/yajcache/cache/src/net/sf/yajcache/core CacheManager.java

hchar       2005/01/20 02:57:36

  Modified:    auxiliary-builds/jdk15/yajcache/cache/src/net/sf/yajcache/core
                        CacheManager.java
  Log:
  no message
  
  Revision  Changes    Path
  1.4       +5 -5      jakarta-turbine-jcs/auxiliary-builds/jdk15/yajcache/cache/src/net/sf/yajcache/core/CacheManager.java
  
  Index: CacheManager.java
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-jcs/auxiliary-builds/jdk15/yajcache/cache/src/net/sf/yajcache/core/CacheManager.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- CacheManager.java	20 Jan 2005 08:32:59 -0000	1.3
  +++ CacheManager.java	20 Jan 2005 10:57:36 -0000	1.4
  @@ -12,6 +12,8 @@
   
   import net.sf.yajcache.soft.SoftRefCache;
   
  +import net.sf.yajcache.annotate.*;
  +
   /**
    * @author Hanson Char
    */
  @@ -73,10 +75,8 @@
           }
           return c;
       }
  -    /**
  -     * This package private method is used soley to simluate a race condition 
  -     * during cache creation for testing purposes.
  -     */
  +
  +    @TestOnly("Used solely to simluate a race condition during cache creation ")
       <V> ICache<V> testCreateCacheRaceCondition(String name, Class<V> valueType) 
       {
           return this.createCache(name, valueType);
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: turbine-jcs-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: turbine-jcs-dev-help@jakarta.apache.org