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:[EMAIL PROTECTED]">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:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to