You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by fr...@apache.org on 2002/05/07 23:42:38 UTC

cvs commit: jakarta-avalon-excalibur/store/src/java/org/apache/excalibur/store/impl MRUMemoryStore.java

froehlich    02/05/07 14:42:38

  Modified:    store/src/java/org/apache/excalibur/store/impl
                        MRUMemoryStore.java
  Log:
  doc update...curious on vadims impl. updates soon
  
  Revision  Changes    Path
  1.3       +1 -7      jakarta-avalon-excalibur/store/src/java/org/apache/excalibur/store/impl/MRUMemoryStore.java
  
  Index: MRUMemoryStore.java
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/store/src/java/org/apache/excalibur/store/impl/MRUMemoryStore.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- MRUMemoryStore.java	6 May 2002 12:16:15 -0000	1.2
  +++ MRUMemoryStore.java	7 May 2002 21:42:38 -0000	1.3
  @@ -32,13 +32,10 @@
    * It combines a HashMap and a LinkedList to create a so called MRU
    * (Most Recently Used) cache.
    *
  - * The idea was taken from the "Writing Advanced Application Tutorial" from
  - * javasoft. Many thanx to the writers!
  - *
    * @author <a href="mailto:g-froehlich@gmx.de">Gerhard Froehlich</a>
    * @author <a href="mailto:dims@yahoo.com">Davanum Srinivas</a>
    * @author <a href="mailto:vgritsenko@apache.org">Vadim Gritsenko</a>
  - * @version CVS $Id: MRUMemoryStore.java,v 1.2 2002/05/06 12:16:15 cziegeler Exp $
  + * @version CVS $Id: MRUMemoryStore.java,v 1.3 2002/05/07 21:42:38 froehlich Exp $
    */
   public final class MRUMemoryStore
   extends AbstractLogEnabled
  @@ -296,8 +293,6 @@
   
       /**
        * This method checks if an object is seriazable.
  -     * FIXME: In the moment only CachedEventObject or
  -     * CachedStreamObject are stored.
        *
        * @param object The object to be checked
        * @return true if the object is storeable
  @@ -308,6 +303,5 @@
   
           return (object instanceof java.io.Serializable);
       }
  -
   }
   
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>