vmassol     01/10/27 14:58:46

  Modified:    src/framework/share/org/apache/cactus WebRequest.java
  Log:
  modified javadoc so that the @see tag is now compliant to spec
  
  Revision  Changes    Path
  1.9       +2 -2      
jakarta-cactus/src/framework/share/org/apache/cactus/WebRequest.java
  
  Index: WebRequest.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-cactus/src/framework/share/org/apache/cactus/WebRequest.java,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- WebRequest.java   2001/10/20 13:22:11     1.8
  +++ WebRequest.java   2001/10/27 21:58:46     1.9
  @@ -82,7 +82,7 @@
    *
    * @author <a href="mailto:[EMAIL PROTECTED]";>Vincent Massol</a>
    *
  - * @version $Id: WebRequest.java,v 1.8 2001/10/20 13:22:11 vmassol Exp $
  + * @version $Id: WebRequest.java,v 1.9 2001/10/27 21:58:46 vmassol Exp $
    */
   public class WebRequest
   {
  @@ -297,7 +297,7 @@
        * @param theName  the parameter's name
        * @param theValue the parameter's value
        *
  -     * @see WebRequest.addParameter(String, String, String)
  +     * @see #addParameter(String, String, String)
        */
       public void addParameter(String theName, String theValue)
       {
  
  
  

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

Reply via email to