dfs         2003/10/20 12:23:06

  Modified:    src/java/org/apache/oro/util CacheLRU.java
  Log:
  Further tweaked description of addElement().
  
  Revision  Changes    Path
  1.9       +2 -2      jakarta-oro/src/java/org/apache/oro/util/CacheLRU.java
  
  Index: CacheLRU.java
  ===================================================================
  RCS file: /home/cvs/jakarta-oro/src/java/org/apache/oro/util/CacheLRU.java,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- CacheLRU.java     20 Oct 2003 19:21:42 -0000      1.8
  +++ CacheLRU.java     20 Oct 2003 19:23:06 -0000      1.9
  @@ -156,7 +156,7 @@
     /**
      * Adds a value to the cache.  If the cache is full, when a new value
      * is added to the cache, it replaces the least recently used value
  -   * in the cache to have been added (i.e., LRU).
  +   * in the cache (i.e., LRU).
      * <p>
      * @param key   The key referencing the value added to the cache.
      * @param value The value to add to the cache.
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to