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/28 13:27:24 UTC

cvs commit: jakarta-turbine-jcs/sandbox/yajcache/src/org/apache/jcs/yajcache/lang/ref KeyedRefCollector.java KeyedWeakReference.java

hchar       2005/01/28 04:27:24

  Modified:    sandbox/yajcache/src/org/apache/jcs/yajcache/lang/ref
                        KeyedRefCollector.java KeyedWeakReference.java
  Log:
  doc
  
  Revision  Changes    Path
  1.4       +2 -0      jakarta-turbine-jcs/sandbox/yajcache/src/org/apache/jcs/yajcache/lang/ref/KeyedRefCollector.java
  
  Index: KeyedRefCollector.java
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-jcs/sandbox/yajcache/src/org/apache/jcs/yajcache/lang/ref/KeyedRefCollector.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- KeyedRefCollector.java	28 Jan 2005 11:17:49 -0000	1.3
  +++ KeyedRefCollector.java	28 Jan 2005 12:27:24 -0000	1.4
  @@ -26,6 +26,8 @@
   import org.apache.jcs.yajcache.lang.annotation.*;
   
   /**
  + * Keyed Reference garbage collector.
  + *
    * @author Hanson Char
    */
   @CopyRightApache
  
  
  
  1.3       +2 -0      jakarta-turbine-jcs/sandbox/yajcache/src/org/apache/jcs/yajcache/lang/ref/KeyedWeakReference.java
  
  Index: KeyedWeakReference.java
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-jcs/sandbox/yajcache/src/org/apache/jcs/yajcache/lang/ref/KeyedWeakReference.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- KeyedWeakReference.java	28 Jan 2005 10:41:10 -0000	1.2
  +++ KeyedWeakReference.java	28 Jan 2005 12:27:24 -0000	1.3
  @@ -21,6 +21,8 @@
   
   import org.apache.jcs.yajcache.lang.annotation.*;
   /**
  + * Weak reference with an embedded key.
  + *
    * @author Hanson Char
    */
   public class KeyedWeakReference<K,T> extends WeakReference<T> 
  
  
  

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