quintonm    2003/03/14 10:32:07

  Modified:    src/java/org/apache/turbine/util/parser BaseValueParser.java
  Log:
  minor javadoc update
  
  Revision  Changes    Path
  1.14      +2 -2      
jakarta-turbine-2/src/java/org/apache/turbine/util/parser/BaseValueParser.java
  
  Index: BaseValueParser.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-turbine-2/src/java/org/apache/turbine/util/parser/BaseValueParser.java,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- BaseValueParser.java      12 Mar 2003 19:22:27 -0000      1.13
  +++ BaseValueParser.java      14 Mar 2003 18:32:07 -0000      1.14
  @@ -304,7 +304,7 @@
   
       /**
        * Removes the named parameter from the contained hashtable. Wraps to the
  -     * contained <code>Hashtable.remove()</code>.
  +     * contained <code>Map.remove()</code>.
        *
        * @return The value that was mapped to the key (a <code>String[]</code>)
        *         or <code>null</code> if the key was not mapped.
  
  
  

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

Reply via email to