quintonm    2003/03/14 10:33:03

  Modified:    src/java/org/apache/turbine/util ParameterParser.java
               src/java/org/apache/turbine/util/parser
                        DefaultParameterParser.java
  Log:
  minor javadoc update
  
  Revision  Changes    Path
  1.8       +2 -2      
jakarta-turbine-2/src/java/org/apache/turbine/util/ParameterParser.java
  
  Index: ParameterParser.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-turbine-2/src/java/org/apache/turbine/util/ParameterParser.java,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- ParameterParser.java      9 Mar 2003 02:54:11 -0000       1.7
  +++ ParameterParser.java      14 Mar 2003 18:33:03 -0000      1.8
  @@ -95,7 +95,7 @@
       /**
        * Sets the servlet request to be parser.  This requires a
        * valid HttpServletRequest object.  It will attempt to parse out
  -     * the GET/POST/PATH_INFO data and store the data into a Hashtable.
  +     * the GET/POST/PATH_INFO data and store the data into a Map.
        * There are convenience methods for retrieving the data as a
        * number of different datatypes.  The PATH_INFO data must be a
        * URLEncoded() string.
  
  
  
  1.13      +2 -2      
jakarta-turbine-2/src/java/org/apache/turbine/util/parser/DefaultParameterParser.java
  
  Index: DefaultParameterParser.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-turbine-2/src/java/org/apache/turbine/util/parser/DefaultParameterParser.java,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- DefaultParameterParser.java       14 Mar 2003 17:09:27 -0000      1.12
  +++ DefaultParameterParser.java       14 Mar 2003 18:33:03 -0000      1.13
  @@ -187,7 +187,7 @@
       /**
        * Sets the servlet request to be parser.  This requires a
        * valid HttpServletRequest object.  It will attempt to parse out
  -     * the GET/POST/PATH_INFO data and store the data into a Hashtable.
  +     * the GET/POST/PATH_INFO data and store the data into a Map.
        * There are convenience methods for retrieving the data as a
        * number of different datatypes.  The PATH_INFO data must be a
        * URLEncoded() string.
  
  
  

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

Reply via email to