You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by js...@apache.org on 2002/12/17 02:23:16 UTC

cvs commit: jakarta-commons/httpclient/src/java/org/apache/commons/httpclient/cookie NetscapeDraftSpec.java RFC2109Spec.java

jsdever     2002/12/16 17:23:16

  Modified:    httpclient/src/java/org/apache/commons/httpclient/cookie
                        NetscapeDraftSpec.java RFC2109Spec.java
  Log:
  Fix minor javadoc warnings.
  
  Revision  Changes    Path
  1.4       +1 -1      jakarta-commons/httpclient/src/java/org/apache/commons/httpclient/cookie/NetscapeDraftSpec.java
  
  Index: NetscapeDraftSpec.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/httpclient/src/java/org/apache/commons/httpclient/cookie/NetscapeDraftSpec.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- NetscapeDraftSpec.java	16 Dec 2002 01:40:52 -0000	1.3
  +++ NetscapeDraftSpec.java	17 Dec 2002 01:23:16 -0000	1.4
  @@ -97,7 +97,7 @@
         * Parse the cookie attribute and update the corresponsing {@link Cookie} properties
         * as defined by the Netscape draft specification
         *
  -      * @param attribute {@link HeaderElement} cookie attribute from the <tt>Set-Cookie</tt>
  +      * @param attribute {@link NameValuePair} cookie attribute from the <tt>Set-Cookie</tt>
         * @param cookie {@link Cookie} to be updated
         * @throws MalformedCookieException if an exception occurs during parsing
         * @throws java.lang.IllegalArgumentException if an input parameter is illegal
  
  
  
  1.4       +1 -1      jakarta-commons/httpclient/src/java/org/apache/commons/httpclient/cookie/RFC2109Spec.java
  
  Index: RFC2109Spec.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/httpclient/src/java/org/apache/commons/httpclient/cookie/RFC2109Spec.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- RFC2109Spec.java	16 Dec 2002 01:40:52 -0000	1.3
  +++ RFC2109Spec.java	17 Dec 2002 01:23:16 -0000	1.4
  @@ -92,7 +92,7 @@
         * Parse RFC 2109 specific cookie attribute and update the corresponsing {@link Cookie}
         * properties.
         *
  -      * @param attribute {@link HeaderElement} cookie attribute from the <tt>Set-Cookie</tt>
  +      * @param attribute {@link NameValuePair} cookie attribute from the <tt>Set-Cookie</tt>
         * @param cookie {@link Cookie} to be updated
         * @throws MalformedCookieException if an exception occurs during parsing
         * @throws java.lang.IllegalArgumentException if an input parameter is illegal
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>