jericho     2002/12/17 18:49:47

  Modified:    httpclient/src/java/org/apache/commons/httpclient/util
                        URIUtil.java
  Log:
  - Fix javadoc messages.
  
  Patched by "Sylwester Lachiewicz" <matrix at plusnet.pl>
  
  Revision  Changes    Path
  1.12      +5 -11     
jakarta-commons/httpclient/src/java/org/apache/commons/httpclient/util/URIUtil.java
  
  Index: URIUtil.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-commons/httpclient/src/java/org/apache/commons/httpclient/util/URIUtil.java,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- URIUtil.java      25 Nov 2002 04:51:05 -0000      1.11
  +++ URIUtil.java      18 Dec 2002 02:49:47 -0000      1.12
  @@ -199,7 +199,6 @@
        * empty, URI.getProtocolCharset())</code>.
        *
        * @param unescaped an unescaped string
  -     * @param charset the charset
        * @return the escaped string
        * @exception URIException
        * @see URI#getProtocolCharset
  @@ -235,7 +234,6 @@
        * "/" are reserved.
        *
        * @param unescaped an unescaped string
  -     * @param charset the charset
        * @return the escaped string
        * @exception URIException
        * @see URI#getProtocolCharset
  @@ -272,7 +270,6 @@
        * an URI with the default protocol charset.
        *
        * @param unescaped an unescaped string
  -     * @param charset the charset
        * @return the escaped string
        * @exception URIException
        * @see URI#getProtocolCharset
  @@ -315,7 +312,6 @@
        * "/", ";", "=", and "?" are reserved.
        *
        * @param unescaped an unescaped string
  -     * @param charset the charset
        * @return the escaped string
        * @exception URIException
        * @see URI#getProtocolCharset
  @@ -353,7 +349,6 @@
        * the default protocol charset.
        *
        * @param unescaped an unescaped string
  -     * @param charset the charset
        * @return the escaped string
        * @exception URIException
        * @see URI#getProtocolCharset
  @@ -643,8 +638,7 @@
           /**
            * Unescape and decode a given string.
            *
  -         * @param unescapedComponent an unescaped component
  -         * @param allowed allowed characters not to be escaped
  +         * @param escapedComponent an being-unescaped component
            * @param charset the charset to decode
            * @exception URIException
            * @return the escaped and encoded string
  
  
  

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

Reply via email to