You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by co...@apache.org on 2002/01/27 03:55:35 UTC

cvs commit: jakarta-avalon-excalibur/src/scratchpad/org/apache/avalon/excalibur/cache Cache.java

colus       02/01/26 18:55:35

  Modified:    src/scratchpad/org/apache/avalon/excalibur/cache Cache.java
  Log:
  Fixed javadoc formatting.
  
  Revision  Changes    Path
  1.8       +3 -2      jakarta-avalon-excalibur/src/scratchpad/org/apache/avalon/excalibur/cache/Cache.java
  
  Index: Cache.java
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/src/scratchpad/org/apache/avalon/excalibur/cache/Cache.java,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- Cache.java	17 Jan 2002 15:47:05 -0000	1.7
  +++ Cache.java	27 Jan 2002 02:55:35 -0000	1.8
  @@ -11,7 +11,7 @@
   
   /**
    * This is a cache that caches objects for reuse.
  - * Key is must not <code>null. Value is possible to <code>null</code>.
  + * Key is must not <code>null</code>. Value is possible to <code>null</code>.
    *
    * @author <a href="mailto:colus@apache.org">Eung-ju Park</a>
    */
  @@ -38,7 +38,7 @@
        * @return capacity of cache
        */
       int capacity();
  -   
  +
       /**
        * Return size of cache.
        *
  @@ -48,6 +48,7 @@
   
       /**
        * Puts a new item in the cache. If the cache is full, remove the selected item.
  +     *
        * @param key key for the item
        * @param value item
        * @return old value. null if old value not exists.
  
  
  

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